sadik7266 / jquery-multifile-plugin

Automatically exported from code.google.com/p/jquery-multifile-plugin
0 stars 0 forks source link

Feature Request: Multiple File Select #147

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This multiple file solution was the easiest and most capable for my project. 
Really like it. 

However, my users need to upload 10 or more files at a time (usually .doc and 
.docx) and really need the option to select multiple files. 

There is pressure to get that fixed on my app, so I may have to use a different 
solution.

Thank you for considering this feature.

Thanks all . . 

Original issue reported on code.google.com by mooremed...@gmail.com on 26 Apr 2012 at 12:00

GoogleCodeExporter commented 8 years ago
This plugin creates new <input type="file"/> elements as required.

It CANNOT tell the browser to allow the user to actually select multiple files 
at once. Javascript will never be able to do this.

Use <input type="file" multiple="multiple"/> OR flash instead.

Original comment by diego.a...@gmail.com on 26 Apr 2012 at 6:44