How to enable uploading Images from a list?

0
Hello all, I have a list of images. When user logged in to the app, I want to allow users to select an image from a list.   My impelementation so far is; I want to import those images and store in Mendix Studio(Embedded) instead of storing in entity. After that i am looking for a widget to implement it. Currently when i try Static Image widget, Doesnt allow me to select list of images embedded in Studio. I can be able to only select one image. Can you please let me know if any option to pick list of Static Images ?  
asked
1 answers
0

This combination of design time functionality and runtime functionality is not possible.

You will need to store the images in an entity to allow the users to select these from a list.

answered