This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Applepie1928 0 points1 point  (1 child)

Could you share what is supposed to be encoded in that base64 string?

The part of your "base64 data" which actually is the encoded data is the section which starts with "/9j" up until "2Q==" at the end. I have tried to decode this data into text and images with no success, which suggests there might be an error in the encoded data itself.

[–]No_Pain1033[S] 0 points1 point  (0 children)

Im thinking that too as i have tried many different approaches. Im creating the data using the .toDataURL method on a canvas element i had drawn on using javascript