Skip to content

Big File Resumeable upload #328

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

Closed
csrgxtu opened this issue Mar 10, 2015 · 3 comments
Closed

Big File Resumeable upload #328

csrgxtu opened this issue Mar 10, 2015 · 3 comments

Comments

@csrgxtu
Copy link

csrgxtu commented Mar 10, 2015

hi, I am just wondering if this module supports the resumeable uploads? because for file that bigger than GB, it is much safer to upload.

@badeball
Copy link
Contributor

Yes, it does. However, this is a low-level library and you need to code something on top of it. You have to handle each chunk yourself and pass it along to a persistence layer. Eventually, you have to concat each received chunk into a complete file.

@tunnckoCore
Copy link
Member

As @badeball #393 (comment) mentioned. You can try something like Resumable.js

That's the beauty of low-level libs - do exactly some job and do it correct, so you can sit on it.

@badeball one more issue that proofs that we need better docs, haha. So i'll mark it as docs, just for remainder at least for me (for searching through labels).

@badeball
Copy link
Contributor

I agree. An example using Resumable.js seems to be warranted.

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

No branches or pull requests

3 participants