file - Download Resume Not Possible in Azure -


i have created storage>blob>container , added file using explorer tool.the problem file download cannot resumed,once paused file needs downloaded starting.is feature not available on azure

it must combination of blob storage , software doing downloading. tested using internet explorer pull down public file in blob storage , paused it. when attempting resume restarted @techno stated; however, when using azure management studio able pause , resume no issues.

also, when used chrome pause , resume download same file used above, not every time. restart. browsers looking @ partially downloaded file in temp folders use , looking @ incoming data server determine how ask remaining portion of file. if whatever reason specific restart point can't located browser ask full file again.

interestingly enough, when pulling down mp3 files ie happy let me pause, never restarted correctly (chrome did), when pulled down zip file ie wouldn't enable pause button (again, chrome did , worked fine).

as @siva.k points out azure blob api (both rest , sdks) support requesting block ranges in theory storage system supports not resume partial retrievals of type.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -