My application need to allow our customers to upload a large number of files in one round (> 5000).
I tried the multi file test application which seem to:
1) Freeze the browser
2) Creates a long list of files to be uploaded. (too long to see any of the progress bar)
Q1:
Is there a hard limitation anywhere - or should this have worked ?
Q2:
I would like to have the progress bar show the progress of the complete upload rather than every single file.
Is that possible?
Q3:
I assume directory uploads require some client component, such that the Ajax uploader will not do that ever ?
Thanks
jl