Show Image after upload by User

0
Is there a way to immediately show a image in the web App uploaded by a User? Preferably without Encode and decode
asked
1 answers
0

Hi Tim,

Is your Web App a Mendix application or an External application?

If it is a Mendix application, you can upload image using image Uploader and Use Image Viewer Widget to view the image immediately.  Your Entity should be Generalized with System.Image

Refer the below documentation for more details.

 

Link for your reference : Image Uploader , Image Viewer

 

 

Hope this helps!!

answered