How to disable Drag and Drop #1100

Open
opened 2019-07-09 10:16:49 +00:00 by shakthi23 · 1 comment
shakthi23 commented 2019-07-09 10:16:49 +00:00 (Migrated from github.com)
No description provided.
sidsakhadeo commented 2020-03-12 18:43:46 +00:00 (Migrated from github.com)

I found that I can turn off the UI for drag and drop by setting [ng2FileDrop]="someCondition()"
I also had to conditionally reject drag and drop for some files by handling it specifically in uploader.onAfterAddingAll()

I found that I can turn off the UI for drag and drop by setting `[ng2FileDrop]="someCondition()"` I also had to conditionally reject drag and drop for some files by handling it specifically in `uploader.onAfterAddingAll()`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#1100