-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feature/tus #10
Feature/tus #10
Conversation
slow but allows switching of servers between requests Attache.cache.write to create file when current_offset errors - compatiblity fix for tus.js client
FYI @winston TUS upload protocol is more suitable for API integration, e.g. mobile app upload big file over flaky network The only difference with TUS here is that the PATCH response comes with a JSON that the client app should read and store. |
Just to clarify, basically we are implementing the TUS standard/protocol here (headers) right? |
Yes, but
|
Ah yes. There's always the client side story to this too.. Keep forgetting that. |
Implements http://tus.io/ open protocol for resumable uploads support
cc @khangtoh