I tried converting the image from an external source to a base64 string using html and the toDataUrl() tag and canvas , and it does not work. It throws a Dom Exception 8 security exception, which I later discovered that it does not allow you to convert these images from an external source.
I have a way to do this on the server side, but I want to reduce the load on my server by uploading images. Is there any way around this?
source share