I'm working with django, and when I recived an encode image by Base64, I recive like this...
How can I decode and save on an image .jpg? I think the problem is that it start with {"imgB64":" and end with }' I been worked with Base64 before and doesn't have this begining and ending, What do you think?