reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
299 stars 117 forks source link

External file drop result with empty data #161

Open GuillaumeGascon opened 7 months ago

GuillaumeGascon commented 7 months ago

Describe the bug I've created a dndDropzone with [dndAllowExternal]="true", but when i drop an external file, event.dataTransfer.files is empty. (It work on Firefox)

To Reproduce Just create a section with the directive dndDropzone and [dndAllowExternal]="true", (dndDrop) event will result to empty event.dataTransfer.files.

Expected behavior Get file list

Desktop (please complete the following information):