Firefox all but freezes during large file upload; Ajax progress bar infeasible; IE6 works fine
- by Sean
I want to provide a progress bar for my users who upload very large files. I did some reading and implemented what should be a pretty straightforward solution:
I have a <form> element that contains an file input element; its target is set to the ID of a hidden iframe.
On the server side, there's some Spring magic that attaches an object to…