into an html file, chrome will allow...">

Allow chrome to select both a directory and files

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

If I delete the webkitdirectory file ( <input type="file" name="files"> ), it will allow you to select files.

How do I allow the selection of both files and / or directories?

0
source share
1 answer

This is a mistake I filed a while ago.

+2
source

All Articles