We have recently developed a mass uploader that uses the webkitdirectory
functionality in order to be able to upload directories and parse all inner files.
However the uploading of multiple root directories is not possible even after using multiple
attribute.
In Mozilla's documentation, multiple
is mentioned & used in the examples.
In this example, a directory picker is presented which lets the user choose one or more directories. When the change event occurs, a list of all files contained within the selected directory hierarchies is generated and displayed.
But basically is useless. With or without multiple
produces the same result. We're only able to select 1 directory.
How can we have the input
with webkitdirectory
allow us to select multiple directories? I would truly appreciate any ideas or hacks.