How to select an image in PWA application

0
Hello All, I need one help I am working on PWA application and my requirement is if I click on 'Add Photo' button then I can automatically select the photo that are already available in system that should visible on the page but As I new to this I don't know how to implement this. Please help me to do this. Thanks.
asked
1 answers
0

Hello Priyanka,

 

You need to create an entity within your model that inherits from image.

Create a page where you can upload an create your images

Then you need to create a page with a list view where you show all of your image objects of the entity.

Implement on this page a dynamic image viewer

Upload your images and save them an watch the result after adding them

 

please also read the below info from mendix:

 

https://docs.mendix.com/refguide/image-viewer/

 

 

 

answered