developmentseed / bioacoustics-frontend

Frontend code for the Google Bioacoustics project that's used by A2O Search
https://search.acousticobservatory.org/
MIT License
1 stars 0 forks source link

feat: Add drag-and-drop file upload #131

Closed oliverroick closed 1 year ago

oliverroick commented 1 year ago

Resolves #18

Adds drag-and-drop file upload. I decided not to use a library for this because it's straightforward to implement using vanilla JS and we don't have to change the way we validate files.