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

[Enhancement] Make sending and drag'n'drop of folders possible #290

Open
schlagmichdoch opened this issue Apr 21, 2024 · 0 comments
Open
Labels
enhancement New feature or request UI/UX

Comments

@schlagmichdoch
Copy link
Owner

What problem is solved by the new feature
Selecting a folder via the native file selector is not possible. Also, when drag n dropping a folder containing files nothing happens.

Expectedly, either the contained files would be sent individually or the complete folder is sent as a zip archive.

Describe the feature
When sending a folder as a zip archive, a service-worker should be used for zipping in order to prevent exceeding the available RAM.
When sending the contained files individually, all files should be extracted as in this stack overflow answer:
https://stackoverflow.com/questions/51850469/file-and-directory-entries-api-broken-in-chrome/51850683#51850683

Optionally:
Before sending a folder, a dialog opens to select whether the folder should be sent as a zip archive or whether only the contained files should be sent.

@schlagmichdoch schlagmichdoch added enhancement New feature or request UI/UX labels Apr 21, 2024
@schlagmichdoch schlagmichdoch changed the title [Enhancement] Make selecting / drag'n'drop of folders possible [Enhancement] Make sending and drag'n'drop of folders possible Apr 21, 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 UI/UX
Projects
None yet
Development

No branches or pull requests

1 participant