How to get a blob as dataurl?
irbian opened this issue · 2 comments
irbian commented
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
jayarjo commented
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()
.
irbian commented
Thanks for your answer :)