I've generated a base64 data of an image and fed it into the src attribute of the <img/>
tag so now the image appears. But now next task is to upload the image file from the <img/>
tag to the server. But since I've the base 64 of the image I don't know how to upload it to the server.
Please guide.