Ability to choose multiple files in the file brows

2019-08-12 20:53发布

When I click on the browse button input type='file', I get to choose only one file at a time. Is there any way to choose multiple files? Also is there any way to see the files in thumbnail view?

4条回答
你好瞎i
2楼-- · 2019-08-12 21:20

You can use Flash for your file uploads. Flash will allow you to open a file dialog that will allow multiple file selections.

Google "flash multiple file uploader" and you will see many examples.

查看更多
Viruses.
3楼-- · 2019-08-12 21:23

Yes, there is. In HTML5 <input type="file"> can have attribute "multiple"

Old article about that: http://rakaz.nl/2009/08/uploading-multiple-files-using-html5.html

Example. (works in Firefox and Chrome/Iron)

查看更多
我欲成王,谁敢阻挡
4楼-- · 2019-08-12 21:24

you can choose multiple files only with flash plugins like uploadify, for thumbnails you'd need a java applet

查看更多
虎瘦雄心在
5楼-- · 2019-08-12 21:28

No way for multiple files that I know of but you can dynamically add file controls to the page if they need to do multiple files.

查看更多
登录 后发表回答