I\'m trying to encode an image to base64 and send it to a server. When I retrieve the image all it shows is blank.
The code I\'m using to encode it is this:
Use the readAsDataURL method of FileReader.