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

Bulk upload #28443

Closed
tobiasKaminsky opened this issue Aug 16, 2021 · 2 comments · Fixed by #28991
Closed

Bulk upload #28443

tobiasKaminsky opened this issue Aug 16, 2021 · 2 comments · Fixed by #28991
Assignees
Labels

Comments

@tobiasKaminsky
Copy link
Member

tobiasKaminsky commented Aug 16, 2021

  • on desktop clients: construct binary blob with multiple files and send it together with filename/path and byte offset
  • on the server: split the big file into the individual ones and write them to the filesystem

There is already a PoC by @juliushaertl


Refs:


Gist:


Tests refs for upload:

CC: @skjnldsv @AndyScherzinger

@tobiasKaminsky tobiasKaminsky added enhancement 1. to develop Accepted and waiting to be taken care of labels Aug 16, 2021
@skjnldsv
Copy link
Member

close in favour of #28395 ?

@juliusknorr
Copy link
Member

No, #28395 is a further improvement that could be done. I just noticed that I haven't migrated my notes and implementation idea here, I'll update the original post later with more details.

@artonge artonge added 2. developing Work in progress and removed 1. to develop Accepted and waiting to be taken care of labels Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants