This is a snippet for the code that I want to do Blob to Base64 string:
Blob
Base64
This commented part works and that when the URL generated by this i
you can fix problem by:
var canvas = $('#canvas'); var b64Text = canvas.toDataURL(); b64Text = b64Text.replace('data:image/png;base64,',''); var base64Data = b64Text;
I hope this help you