Regarding image upload to MySQL db from Mendix UI.

0
Want to store a image to MySQL db through Rest(post) call from mendix UI. So here i need the json structure for that specific entity which is holding the image.   So here how to define a json structure for image, so that i can send it as a request body ??  
asked
1 answers
0

Base64 encode the image with the community commons with the Base64 encode function and pass that string.

Regards,

Ronald

 

answered