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

Allow uploading multiple files or an entire directory (tree) #18

Open
marcelgateau opened this issue Oct 13, 2023 · 1 comment · May be fixed by #21
Open

Allow uploading multiple files or an entire directory (tree) #18

marcelgateau opened this issue Oct 13, 2023 · 1 comment · May be fixed by #21

Comments

@marcelgateau
Copy link

It would be nice to be able to upload multiple files at once.
As of now the frontend only allows adding a single file, both by drag-and-dropping and by selecting files manually. When trying to drag and drop a directory, the frontend raises an AbortError: The operation was aborted.

@tarneaux
Copy link
Contributor

I guess the right way to do this is just like most other file sharing services: when you upload multiple files, they are placed into a zip file and then encrypted. When downloading you get the zip archive and decompress it yourself.
A nice bonus feature would be to allow using other formats: but this would mean storing the same file multiple times on the server side, which seems suboptimal and overcomplicated.

@tarneaux tarneaux linked a pull request Feb 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants