forked from valor-software/ng2-file-upload
-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Description
Drop a file on ngfDrop
zone in IE11 and it will open in browser (default IE file drop action).
Can reproduce using demo site:
https://ackerapple.github.io/angular-file/
The original unforked ng2FileDrop
directive still works fine with IE11 here:
https://valor-software.com/ng2-file-upload/
I did a small amount of debugging - it appears the drop
event is handled by ngfDrop.onDrop()
but files = []
here:
let files = this.eventToFiles(event)
if(!files.length)return
Metadata
Metadata
Assignees
Labels
No labels