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

uploadProgress is only called when upload is done #28

Closed
willi opened this issue Jul 31, 2018 · 2 comments
Closed

uploadProgress is only called when upload is done #28

willi opened this issue Jul 31, 2018 · 2 comments

Comments

@willi
Copy link

willi commented Jul 31, 2018

uploadProgress in upload() is not called during upload, only after upload is complete. No way to track progress.

@pauloec
Copy link

pauloec commented Oct 19, 2018

No one to help?

@pappApproved
Copy link
Contributor

It's working. I checked.
It's called after every chunk was uploaded. Regular chunk size is 5MB.
Chunks can be smaller if you use intelligent ingestion. Then we start from 8MB, but if connection is weak we start splitting it into smaller parts.
It can be called only once if file that you're trying to upload is smaller then that.

Best way to test it is to upload video files which are much bigger.

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