Skip to content

Tag: javascript

base64 image not displaying in html

I am trying to display my base64 image that I converted in my php file. However the image in my html appears as the generic image placeholder for when an image is not available or existent. In case …