Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Multiple Uploads problem
  • Hi

    I'm trying out uploadify and seem to have a problem with multiple simultaneous uploads where the upload completes, but the html widget says - 100% and just stays there forever (I can cancel these from the queue). I get the same issue if I set the maximum simultaneous uploads to 1 and try to do (say) 3 uploads at the same time - 1 in each browser tab. At the server end, the files have arrived OK ...

    If I run wireshark to look at the http traffic in detail, everything *seems* OK - I can trace the conversations for each uploaded file and each time, the server has responded with a HTTP 200 OK response and printed out the 1.

    If I set the max simulataneous uploads to 1 and then upload multiple files from a single tab, everything works fine - both to the original php upload script or my live perl one that does work on the files after receiving the files.

    I can reproduce this both in google chrome and firefox. Neither the chrome debugger or firebug report any problems.

    My flash version is 10,0,22,87

    If I use IE8, everything works as expected - so I'm guessing the issue is perhaps related to the flash plugin for firefox / chrome? It's really annoying as this upload tool is the nicest I've found in a long while and I was hoping to deploy it on our new project, but if we can't resolve this issue we'll reluctantly have to look elsewhere.

    Any ideas?

    If I can be sure it is only a problem with multiple uploads, then I can set the number of simultaneous uploads to 1 for users with chrome / firefox et al ...

    Thanks
    Roger
  • I haven't been able to replicate the issue.