directory-upload
directory-upload copied to clipboard
This spec aims to enable directory uploading by allowing a developer to read directory contents (files and sub-directories) asynchronously and be able to identify the directory structure.
For Mozilla I implemented Directory.path to not include the name of the Directory itself. This seems different to File.webkitRelativePath though which does seem to include the File's name. Either way,...
I'm assuming from the examples you want `` to do something.
Defining this standalone seems to miss all kinds of subtleties that would be more self-evident if this were a PR to whatwg/html. In particular the interaction with all the other...
Reading this makes little sense within the larger `HTMLInputElement` realm.