I am trying to upload many files from a browser to a web server with which I am in full control. I tried to use SWFUpload, but the problem is that my browser freezes when I upload a file. Files are supposed to be of any length (up to 2 GB due to other limitations, of course).
While loading, the browser freezes and the GUI is not updated. When the file loads, the GUI responds again. In firefox, the entire browser closes, and in Chrome, only the tab.
I thought that this could be due to a flash trying to first insert the entire file into memory, but this does not seem to be the case (although different test cases gave different results, but I'm not sure for this reason).
An applet is also an option, although flash is preferred. The reason I don't want to use the form is because you can select multiple in Flash (also possible with Java, I suppose), which is a good function I'm going to do.
Any ideas? Thought?
(math | resp) IFRS
source share