Replies: 1 comment
-
i am not sure if it is not possible or if i just don't understand how to make it work. has anyone implemented a working file drop from browser to desktop / local folder? Hints are highly appreciated :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all: Thanks for this awesome library and the good documentation. I've been playing with it for two days now and it feels just nice.
I am trying to allow users to drag and drop files (images and pdfs) from the web app into local folders. In this test with plain text it works:
When dragged/dropped onto a local folder, the system creates a text file. Interestingly the file is named
some content
(with no file extension). The content ist correctly set to "some content".Files
Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions