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