Skip to content Skip to sidebar Skip to footer
Showing posts with the label Data Uri

How To Create A Base64 File From Nothing?

I want to be able to create base64 files (images, sounds, video) without any previous models. For e… Read more How To Create A Base64 File From Nothing?

Downloading Json Including Newline Characters Via Data Uri

I have a web application in which I have generated a huge JSON. I now want the user to be able to d… Read more Downloading Json Including Newline Characters Via Data Uri

Is There Any Way To Specify A Suggested Filename When Using Data: URI?

If for example you follow the link: data:application/octet-stream;base64,SGVsbG8= The browser will … Read more Is There Any Way To Specify A Suggested Filename When Using Data: URI?