Camera image upload

Hi, Is there a way for a user of an app to take a photo and upload to the app? And also fill in info about the app to be displayed?

Hi,
Yes.

Create a new database in which add a field of type “Image”. Place “User Form” component on the screen. The form will have an image upload button.

All uploaded images will be in the database.

1 Like

Thank you. How do i add an “upload image button” ?

ok I managed to upload an image but the image doesn’t show on the app or the database. Is there a way to rectify that?