Hi
I have an image data in this format
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgA...
I want to save this data into a png file.
I tried using an Image Object virtually andI use Img.Save() to save but an error "WARNING: Img.Save) failed! (imageFile.png (Read-only file system))" is logged on the console. I want to save the image without adding the CreateImage object into layout. I used html app by the way.
Regards
Jumar