Closed madebr closed 1 week ago
I still think we should set an internal callback to delete the file after a few frames, but that can be experimented with later.
Bytepusher demo totally lets you drop files on it to run, smooth as silk. Nice work. :)
I still think we should set an internal callback to delete the file after a few frames, but that can be experimented with later.
I totally agree. I didn't know where to put it.
This implementation writes dropped files to
/tmp/filedrop/<id>/<filename>
(withid
an incrementing counter).All files are removed when unregistering the event handlers, but should the dragdrop folders be freed somewhere else?
Description
Existing Issue(s)
Fixes #9882