HTTP Upload Never Completes

Enhanced frontend add-on to queue files.
Post Reply
MJones
Posts: 2
Joined: Fri Jan 21, 2011 9:03 pm

HTTP Upload Never Completes

Post 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.

MJones
Posts: 2
Joined: Fri Jan 21, 2011 9:03 pm

Re: HTTP Upload Never Completes

Post 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?

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: HTTP Upload Never Completes

Post by support »

Are you using any "forward" or "post" parameters in applet?

Post Reply