I am implementing functionality to upload large files (upto 10gb in azure block blob storage) via breaking them into small blocks and then committing them through commitblicklist .I have achieved this functionality in front end( article which i took for my reference is:https://gauravmantri.com/2013/02/16/uploading-large-files-in-windows-azure-blob-storage-using-shared-access-signature-html-and-javascript/) but now how to implement functionality of pause and resume of currently uploading file . I couldn't find any reference to that function in any website/article. Please if anyone has any leads into it let me know.
Asked
Active
Viewed 486 times
1 Answers
0
You can refer the following thread if you want to stop and resume the upload of the blob.
If you are using uploadFromBrowserData()
it would require
customized Pause Resume policy .
Refer the following repo .

Mohit Ganorkar
- 1,917
- 2
- 6
- 11