We recently created a bulk downloader that uses webkitdirectory to be able to download directories and parse all internal files.
However, loading multiple root directories is not possible even after using the multiple attribute.
In the Mozilla Documentation , multiple is mentioned and used in the examples.
This example presents a directory composer that allows the user to select one or more directories. When a change event occurs, a list of all files contained in the selected directory hierarchies is created and displayed.
But basically useless. With or without multiple , the same result is obtained. We can choose only one directory.
How can we input from webkitdirectory to allow us to select multiple directories? I would really appreciate any ideas or hacks.
source share