Disable uploading of folders #1188

Open
opened 2021-10-06 10:04:31 +00:00 by hope4555 · 0 comments
hope4555 commented 2021-10-06 10:04:31 +00:00 (Migrated from github.com)

In onDrop function the items array can be used to check if dropped item is a folder
transfer.items[0].webkitGetAsEntry().isDirectory

and depending on configuration, fire the event

In onDrop function the items array can be used to check if dropped item is a folder transfer.items[0].webkitGetAsEntry().isDirectory and depending on configuration, fire the event
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#1188