-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drag and drop: support images, text, server-to-client, etc #1494
Comments
Examples of targets with common applications:
Docs:
|
Links:
Related to #812. |
Updates in #812 comment:27 |
FWIW, it may be easier to start by supporting file transfers via the clipboard.
This could work more easily for X11:
This can only work if we have enough time to copy the files over before replying to the selection request, so only for small-ish files + small number of files. The FileTransfer portal is another, more heavyweight solution. Interestingly, the HTML drag and drop API also uses |
Follow up from #1493.
The text was updated successfully, but these errors were encountered: