Skip to content
Advertisement

Does HTML5 allow drag-drop upload of folders or a folder tree?

I haven’t seen any examples that do this. Is this not allowed in the API spec?

I am searching for an easy drag-drop solution for uploading an entire folder tree of photos.

Advertisement

Answer

It’s now possible, thanks to Chrome >= 21.

JavaScript

More info: https://protonet.info/blog/html5-experiment-drag-drop-of-folders/

As a note (from the comments) this code is not complete if more than 100 entries are returned, some iteration is required, see https://stackoverflow.com/a/53058574/885922

Advertisement