Skip to content
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

web: Investigate support for input drag-and-drop #102

Open
antangelo opened this issue Nov 29, 2024 · 0 comments
Open

web: Investigate support for input drag-and-drop #102

antangelo opened this issue Nov 29, 2024 · 0 comments
Labels
enhancement New feature or request xdvdfs-web Relating to the xdvdfs web frontend

Comments

@antangelo
Copy link
Owner

It appears there is a method of obtaining FileSystem API handles off of drag-and-drop events in the browser: https://developer.mozilla.org/en-US/docs/Web/API/DataTransferItem/getAsFileSystemHandle

Investigate whether this is feasible for use to select the input file/directory in the web flows. If this is feasible, the implementation should also be able to deduce the input type from what is dropped.

@antangelo antangelo added enhancement New feature or request xdvdfs-web Relating to the xdvdfs web frontend labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request xdvdfs-web Relating to the xdvdfs web frontend
Projects
None yet
Development

No branches or pull requests

1 participant