最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How to select multiple files using jquery multifile - Stack Overflow

programmeradmin4浏览0评论

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 badges
Add a ment  | 

3 Answers 3

Reset to default 4

Our plugin now supports HTML5, so...

  1. users can select multiple files one-at-a time in xHTML and <= HTML4
  2. 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.

发布评论

评论列表(0)

  1. 暂无评论