Page 1 of 1

HTTP Upload Never Completes

Posted: Fri Jan 21, 2011 9:10 pm
by MJones
I've got a situation where jBatchUpload hangs at "Completing upload ..." on an HTTP upload even though the receiving script is working fine (it adds the file to a .zip and then deletes the original file - all of that gets done). The applet is working fine on our live system, but it hangs on localhost, which leads me to wonder if it's a difference between IIS6 (server) and IIS7 (localhost, Windows 7). Is there a setting in IIS7 that tells it to say "I'm done" when it finishes loading a page?

My receiving script is ColdFusion. The ColdFusion version is the same on server and localhost.

Re: HTTP Upload Never Completes

Posted: Fri Jan 21, 2011 9:12 pm
by MJones
On further testing, the applet works from elsewhere on the filesystem, so it's probably not a server configuration issue. The code that's running is nearly identical. Why would it work in one place but not in another?

Re: HTTP Upload Never Completes

Posted: Sat Jan 22, 2011 1:10 pm
by support
Are you using any "forward" or "post" parameters in applet?