moxiecode/moxie

How to get a blob as dataurl?

irbian opened this issue · 2 comments

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().

Thanks for your answer :)