-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Chunk Upload Progress Event Issues! #203
Comments
@vinodkhandelwal please share how you are initializing the uploader instance |
also, does the issue occur when you're uploading just one file or only with multiple? |
@yoavniran This is happening even with single file. Here is the whole code, how i am using in react project -
with this code if i upload a single file of 100MB size of 10MB chunks, below is what i get -
|
thanks @vinodkhandelwal |
@vinodkhandelwal 0.13.3 is now out. |
I am trying to upload 2 files with chunk feature and using different events to use the progress event. But i see some discrepancy in the progress detail. Please see below the log message that i am getting.
Here are the issue that i am seeing -
I am using event handlers as below -
Am I using these event in a wrong way? Please help.
The text was updated successfully, but these errors were encountered: