❔ Upload large files to azure storage!
Does anyone have a method that uploads large files to azure storage efficiently? I'm using Here is the current method
3 Replies
it looks fine
blob uploading is slow
This should work for large files as well and you can get the progress also from IProgress that UploadAsync() uses.
Are you facing any issue??
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.