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

Resume-able Upload & Download Support #98

Closed
draft1 opened this issue Nov 18, 2019 · 4 comments
Closed

Resume-able Upload & Download Support #98

draft1 opened this issue Nov 18, 2019 · 4 comments
Labels
enhancement Feature enhancement help wanted Extra attention is needed

Comments

@draft1
Copy link

draft1 commented Nov 18, 2019

This is a great feature for File Sharing App.
Thanks!

@sergix44 sergix44 added enhancement Feature enhancement help wanted Extra attention is needed labels Nov 19, 2019
@sergix44
Copy link
Owner

The current dropzone library doesn't include the option to pause the upload, so really possible to implement resumable uploads.

@draft1
Copy link
Author

draft1 commented Nov 19, 2019

I thought it can be done with this:
https://gitlab.com/meno/dropzone/wikis/faq#chunked-uploads

@sergix44
Copy link
Owner

sergix44 commented Mar 4, 2020

Writing partial chunks and finally reassemble them when using remote storages (ex: S3, Dropbox, etc) could be painfully slow, without a local file cache.
At the moment I don't think I am implementing something like this. Meanwhile, I close the issue, if someone wants to propose an implementation, they can send a PR.

@sergix44 sergix44 closed this as completed Mar 4, 2020
@ghost
Copy link

ghost commented Apr 3, 2020

I am not currently prepared to attempt an implementation, but I would check out tus.io. It seems to have an implementation figured out and is used in PsiTransfer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature enhancement help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants