in a html file, chrome will allow you to select directories, however not files. If I then" /> in a html file, chrome will allow you to select directories, however not files. If I then" /> in a html file, chrome will allow you to select directories, however not files. If I then"/>

Allow chrome to select both/either directory or files

2.5k Views Asked by At

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

There are 1 best solutions below

0
ebidel On BEST ANSWER

This is a bug I filed a while back.