You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: