I am using jquery multifile upload control /. I am able to select multiple images one by one. But I also want to select multiple images at once when the user hits the browse button. Is there any workaround using jquery multifile control?
I am using jquery multifile upload control http://www.fyneworks./jquery/multiple-file-upload/. I am able to select multiple images one by one. But I also want to select multiple images at once when the user hits the browse button. Is there any workaround using jquery multifile control?
Share Improve this question edited Nov 28, 2021 at 5:42 Jonathan Leffler 756k145 gold badges951 silver badges1.3k bronze badges asked Jan 30, 2013 at 9:49 Muhammad AkhtarMuhammad Akhtar 52.2k37 gold badges139 silver badges191 bronze badges3 Answers
Reset to default 4Our plugin now supports HTML5, so...
- users can select multiple files one-at-a time in xHTML and <= HTML4
- users can select multiple files at once in HTML5 with the "multiple" attribute
Checkout the new version of the plugin here: http://www.fyneworks./jquery/multifile
And if you want to help us improve the plugin, fork us here: http://github./fyneworks/multifile
I am afraid there isn't (fyneworks website says you can't select multiple files at once), you can use HTML5 multiple tag or try this plugin
HTML5 allows the user to select multiple files and therefore bypasses the need for the jQuery plugin.