
Hi together,
unexpected I've got an issue with decoding of the base64 string to an image.
I'm getting an base64 string via API like this
"dataResponse": {
"fileName": "samplefile001.tiff",
"base64": "/9j/4AAQSkZJRgABAgEAlgCWAAD/..... "
}
And It should be converted to an image file.
DecodeBase64 / Base64ToBinary and manipulations with them did not lead to any success.
Any idea what could work out? I'd really appreciate any help.
Regards,
Nadja
Hello,
Have same problem right now. Did you find any solution?