How to show the images thatve been selected and uploaded on file dropper widget?

0
Question: I have integrated a file dropper widget in my Mendix app on a new edit page to upload several images along with specific data. Currently, I have an overview page to access that particular data. However, the images I attach do not appear on the overview page. I am uncertain of their location (where they are being stored). Could someone please provide some insights on how to display the images on the overview page? Here are the relevant pages:
asked
3 answers
0

Hi Vijay,

In your screenshot there is 1 field you need to set Association to Context, see below image

set Issue_Images assication here, then it will get stored and you will be able to retrieve it via same association

 

image.png

answered
0

Hi Vijay,

you must be storing your files in association , could you show me configuration of your file dropper

, in overview page to show images you must use same association

answered
0

Hi Sharad, the file dropper configuration is attached below, and I will also show my entity connection, since i have created an association to store the images.Screenshot 2024-10-17 094310.pngScreenshot 2024-10-17 094341.png

answered