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
Post a Comment