Preview in Image Viewer

0
Dear community, I am currently using the Image Viewer widget in order to upload product-images on a NewEdit page. When using it, however, the chosen image will only be visible after saving. This doesn’t result in good UX and a user story I am currently working on explicitly asks for preview of images to be uploaded. I’ve looked at all the options provided in the “edit image viewer”, tried some things out but thusfar without result. Anyone know how to solve this issue?  Thanks a lot in advance!
asked
1 answers
0

A widget like the Mx file dropper gives a small preview by default: https://marketplace.mendix.com/link/component/111497

It also gives you the option to directly upload and save the image if wanted.

With the default image uploader this is a bit harder and you could build a custom kind of preview but you indeed will need to commit the image first to be able to show it.

answered