Change FileName Download from Azure -


i using azure shared access signature create url redirect download azure, problem when download using original name of file, want change filename when user download client.

anyone have solution.

p/s: container on azure private permission , using asp.net mvc 4

blobs cannot renamed or aliased. thing can change base dns name (which can map custom name).

that said: if wanted present unique blob download , not use current name, make blob copy (a fast operation within same data center) name desire, , offer shared access signature new blob. after reasonable amount of time (maybe beyond expiration of sas), delete blob.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -