pydio / pydio-core

Pydio 8 official repository
https://pydio.com
GNU Affero General Public License v3.0
867 stars 289 forks source link

PICK FOLDER #1315

Closed 7omate closed 7 years ago

7omate commented 7 years ago

Behavior between drag and drop to upload and PICK FOLDER upload differ.

See details: https://pydio.com/forum/f/topic/bug-at-uploader-html-on-pydio-7-0-3/#post-107820

cdujeu commented 7 years ago

Unfortunately, this is a limitation due to the spec of the "input type=file" HTML tag: it will only populate with non-empty directories. We should still be able to create the folders "in-between".
See https://bugs.chromium.org/p/chromium/issues/detail?id=360412 for example

cdujeu commented 7 years ago

in fact we can't detect "in-between" folders if they don't contain any file, as the item.webKitRelativePath does not detect them neither. Wont fix as of now, use drag'n'drop instead.