KarimMokhtar / react-drag-drop-files

Light and simple Reactjs drag and drop files library to use with very flexible options to change, so you put whatever the design you want for your drop-area. Users can drag and drop or even select the file anywhere in the window.
MIT License
245 stars 86 forks source link

Can't select file on Windows, but works on Linux and Max #33

Closed ver-hultqvist closed 2 years ago

ver-hultqvist commented 2 years ago

I'm trying to select a csv-file on Windows, both through file explorer and through DnD but no file is selected. Although, t works fine for Mac and Linux-users. Anyone else having this issue?

ver-hultqvist commented 2 years ago

File type needs to be specified to 'vnd.ms-excel' in order to work on windows