简体   繁体   中英

How to select multiple files using jquery multifile

I am using jquery multifile upload control http://www.fyneworks.com/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 user hit browse button. Is there any work around using jquery multifile control?

Thanks

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.com/jquery/multifile

And if you want to help us improve the plugin, fork us here: http://github.com/fyneworks/multifile

恐怕没有(fyneworks网站说您不能一次选择多个文件),可以使用HTML5多个标签或尝试使用此插件

HTML5允许用户选择多个文件,因此无需使用jQuery插件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM