PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Upload control fails on web but works on local test
Upload control fails on web but works on local test
Iniciado por Brian Zick, jun., 30 2011 6:53 PM - Sem resposta
Publicado em junho, 30 2011 - 6:53 PM
Hello,

I am using WebDev 16. I have been trying to make an upload control work, for use with store images on p31market.com and another website. The development team and I had made the code and pages for uploading images and associating them with the users' stores, which works perfectly on our local test. But the uploaded version on our server doesn't work.

When the upload is made, we receive this error:


The session does not exist anymore

(you have exited from it or it was ended 'normally')

Restart the application (E6_4)

The application will be automatically relaunched in 3 seconds

(0061, ERR_DISCONNECTED_EXEC)



We then tried to make the image gallery example that comes with WebDev work as-is - and it does on the local test but fails online - so we got the same result from the upload example. You can view this example online here: http://74.200.252.199/E6_4/… - use the "Send..." button at the bottom to test it out.

We have tried seeing if something is misconfigured on the server, but can't find any problems there. We've tried tweaking the code numerous times, and debugging on the server and locally, but nothing seems to get us any closer.

I am at a loss! What am I doing wrong? I hope someone can point us in the right direction!


Thank you for your time,

Brian Zick