How can I save an image

0
I want to create an entity called users that has as attributes an id, its name and an image. How can I save an image for each user and how to show the image for each user in a list view along with its data
asked
2 answers
2

image.pngHi Daniel Sanguino Núñez,

                                First generalize your entity with system.image

Add pages for overview and new edit.In save flow commit the object .In overview page the list of the user entity details

image.pngimage.png

answered
0

Hi Daniel,

You can generalize user entity with 'Image' or  'FileDocument' entity from System module.

answered