How to display images consumed through Rest API in mendix?

0
Please elaborate about the conversion that needs to be done.
asked
1 answers
0

 

Hi Paul, this depends on the format in which you receive the image. I would advise you to take a look at the community commons module. It contains multiple java actions which will take care of the conversion.

- Base64Encode

- Base64DecodeToFile

answered