Angular Base64 file upload as JSON Angular Base64 file upload as JSON json json

Angular Base64 file upload as JSON


This link may prove interesting.Basically he state that Base64 encoded data is 33% larger and takes longer to process than binary.

htmltrocks has an interestingarticle regarding integrating the canvas element into your App.It shows use of the HTML5 canvas toDataURL() method which converts to Base64.

See also: How to convert image into base64 string using javascript