How to convert Base64 String to image

Enonic version: 6.10.1
OS: Centos OS

I have base64 String and want to convert that into image and store it into content type.
How can I do it ?

At least when it comes to storing you have two options. Use content.createMedia() or add the file as an attachment. You should be able to use the codec lib from the market to decode.

Thank Thomas,

I have handled it now at HTML level :slight_smile: