-
Notifications
You must be signed in to change notification settings - Fork 194
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
Fix file size on larger multipart uploads #204
base: master
Are you sure you want to change the base?
Conversation
any chances of getting this merged? |
Hi, |
+1 to see this merged 🙏 |
I was just about to created a PR for this before seeing this PR as a suggestion to one of the issues. Although I had a different thought towards it below
Nonetheless, +1 to see this merged 👍🏿, it's over a year now. |
@toritsejuFO if that works then your code seems more correct? |
They're the same thing. Later went with installing your commit directly. Thanks |
We are encountering this problem with larger file uploads ,e.g. video files of roughly 20MB size. The
total
is missing, but the last event received has the actual file-size in theloaded
property. This simple fix addresses this situation.Fixes #183