User to Upload Own Profile Pic

I’ve seen some “fragmented” answers to this question. Could someone (possibly in step-by-step method) share with me how to allow users to create their own profile pick, then add it to a database to be recalled later?

Thank you in advance!

If you want them to simply upload it do the following:

  1. add a picture element to the user database
  2. create a screen or use a template and add an upload image field
  3. with the submit button UPDATE the user
  4. Tap the drop-down for the image in the users profile and add the image from the field on the page
  5. DONE
2 Likes

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