Can anybody tell me how i can upload multiple files with size restriction in javascript.
+1 for expanding on the issue. (Although I think that by multiple files, manisha meant multiple at once.)
Pekka
2010-03-29 12:18:50
@Pekka: If you have multiple file inputs, they all get uploaded at the same time. There's also the new(ish) `multiple` attribute, I've added a note about that above. (It's too bad they didn't consider using `maxlength` to suggest file size limits to UAs, but apparently not.)
T.J. Crowder
2010-03-29 12:50:26