Below is the basic interface for what I’m creating. User clicks ‘Upload new photo’ and the photo will display/preview in place of the default image shown in the screen shot.
I’ve looked around on the forum for help, and am not seeing any posts for this exact situation. I know I can use the picture uploader and it will show a preview in the box. But I don’t want the preview to be over the button. I want the image to display in place of the default image.
I’ve looked into autobinding and custom states, and these seem like they might be on the right path, but I’m not sure. All I know is I want the preview of the image in a circle like a lot of profile pictures and for the image’s value to go into the photo portion of the associate data type once the user clicks a create button. Image doesn’t go into the database until the create button is clicked to help save storage space.
Any guidance would be greatly appreciated.