You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently there is no way to get the dropped file with html5. Only the name of the file.
(notifyOnDropFiles)
Describe the solution you'd like
Perhaps this can be realised with assets, so you would actually only have to adapt html5.
notifyOnDropFiles stores the file stream internally in a map.
Also, instead of just the file name, it gives "drop://filename".
If Assets.loadBlobFromPath gets a path with drop:// it will be loaded from the map.
Describe alternatives you've considered
Currently a custom drop handling function in native js.
The text was updated successfully, but these errors were encountered:
It's not something I'll work on myself (features for use in something like producivity applications are not a priority for me) but I'll happily take pull requests.
Is your feature request related to a problem? Please describe.
Currently there is no way to get the dropped file with html5. Only the name of the file.
(notifyOnDropFiles)
Describe the solution you'd like
Perhaps this can be realised with assets, so you would actually only have to adapt html5.
notifyOnDropFiles stores the file stream internally in a map.
Also, instead of just the file name, it gives "drop://filename".
If Assets.loadBlobFromPath gets a path with drop:// it will be loaded from the map.
Describe alternatives you've considered
Currently a custom drop handling function in native js.
The text was updated successfully, but these errors were encountered: