How to user image picker

hi, I’m currently using adalo for free plan.

i want to user to upload img file using image picker. But nothing is on left side bar at adalo editor page.


Am i missing some setting or is it just a bug?

thanks.

1 Like

The database must contain data, for example: user table, name, photo, etc.
And a link to this page from the one with which the data is needed.

1 Like

Hi @yamadatarou,

That is ok. Image Picker is just a “canvas”, which you put in your app to let user upload the image.
In order to perform the actual action with the image uploaded, you need to

3 Likes

As you said, I’ve created another database collection, and solved the problem! Big thank you!

1 Like

Thank you for reply, Victor!

It does make sense! as you said i put another button to upload the database and solve the situation.

Also, the screenshot really helped! big thank you !!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.