I think it would be really intuitive if we could drag and drop files into the file browser directly from your computer, I would try to hack this together and submit a PR but am not really too sure where to start (and I'm not sure if this was intentionally left out [security reasons?])
Thoughts?
We have an internal drag-drop system right now because browsers all implement the drag-drop spec differently (especially wrt the mime types supported), and we have not gotten around to adding support for external drag-drop.
We have uploading as drag and drop in the current notebook - I use it often, so marking this as feature parity and 1.0.
Most helpful comment
We have an internal drag-drop system right now because browsers all implement the drag-drop spec differently (especially wrt the mime types supported), and we have not gotten around to adding support for external drag-drop.