ObaidUrRehman / ng-drag-drop

Drag & Drop for Angular - based on HTML5 with no external dependencies. :tada:
MIT License
239 stars 123 forks source link

Proxy native files drop #99

Open rui-cruz opened 7 years ago

rui-cruz commented 7 years ago

Feature request:

When I drop a native file, dragData is undefined, is there a chance to somehow dispatch a "DropNativeEvent" or a nativeFile(s) array property?

Thank you!

rui-cruz commented 7 years ago

not possible?

ObaidUrRehman commented 7 years ago

@rui-cruz, how are you able to trigger the drop on draggable with a file? I can't drop a file from desktop to the draggable directive.