-
Notifications
You must be signed in to change notification settings - Fork 48
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
Is there support to get progress during a large file upload? #28
Comments
Hello @paolorotolo , We do not currently have support for getting the progress as a percentage and can take this into consideration as a feature request. |
Same reply, not able to get progress status. |
What about the put block list.How will i confirmed that image finally uploaded and i am ready to download. |
Do we have any further news here? Are we looking this to be implemented in near future? |
This would be helpful to have. I'm trying to wrap my brain around someone building an uploader where progress wasn't the first feature that was implemented LOL |
I'm using this method to upload some files on Blob (some files are large and take several minutes to upload).
As you can see, I use
blob.upload()
to start uploading the file. Is there any way to get the progress percentage and update the UI during the upload?The text was updated successfully, but these errors were encountered: