Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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?

Convert Dataurl To Blob And Submit Through Ajax

I'm using the imgly image cropper plugin, slightly modified for my app. It currently converts a… Read more Convert Dataurl To Blob And Submit Through Ajax

HTML Image Tag With Base64 String (data URI)

I get binary data of jpeg images from a series of httprequests about every 50-200 ms, I convert thi… Read more HTML Image Tag With Base64 String (data URI)