When uploading from the browser, the onProgress
is not called.
#32247
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-author-feedback
Workflow: More information is needed from author to address the issue.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Storage
Storage Service (Queues, Blobs, Files)
Describe the bug
The
onProgress
doesn't get called when uploading from the browser usingDataLakeFileClient.upload(...)
. It gets called a single time at the end of an upload.To Reproduce
Expected behavior
I expect that I would see a console.log as the file is uploaded from the browser.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
The current behavior is that the
onProgress
is called a single time at the end of an upload. There is no way to implement an upload progress bar without this callback functioning properly.The text was updated successfully, but these errors were encountered: