Can I preview an image uploaded with the image uploader without having to commit?

1
I'm working with the default image uploader and image viewer and I need to preview an image once the user has uploaded one without having to commit the object. Ideally I want this to happen automatically but I would settle for a button- when I've added a button which refreshes the object, it commits it as well.  Has anyone has this problem before and if so how did you solve it?
asked
1 answers
2

Hi Ellie,

I’ve found that the Mendix File Dropper widget provides much better capability than the default image uploader.

https://appstore.home.mendix.com/link/app/111497/

as well as being able to upload more than one image at a time

you can configure if you want the image to save automatically or on a button press.

answered