-
Notifications
You must be signed in to change notification settings - Fork 43
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
Content Range header is not calculated correctly for resumable uploader multiple requests #102
Comments
Getting same error |
Hi guys! |
|
Guys, I retrofitted the library, please check it out. |
This is the output of the console.log
I think the problem lies on this line:
in
ResumableUploader
, where the transferredByteAccount is aggregating.I corrected it to
The text was updated successfully, but these errors were encountered: