Allow chrome to select both/either directory or files

做~自己de王妃 提交于 2019-12-11 12:06:00

问题


If I insert <input type="file" name="files" webkitdirectory> in a html file, chrome will allow you to select directories, however not files.

If I then remove the webkitdirectory (<input type="file" name="files">) then it will only let you choose files.

How do I allow it to choose both/either files and/or directories?


回答1:


This is a bug I filed a while back.



来源:https://stackoverflow.com/questions/8041022/allow-chrome-to-select-both-either-directory-or-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!