Closed irbian closed 7 years ago
Hi!
I would like to create a link with a response blob as content, so I can click on it to download it. It's possible? My tests hasn´t been succesful
No. Flash and Silverlight do not support anything like this. And for HTML5 runtime you could do it yourself, by feeding source blob to URL.createObjectURL().
URL.createObjectURL()
Thanks for your answer :)
Hi!
I would like to create a link with a response blob as content, so I can click on it to download it. It's possible? My tests hasn´t been succesful