Thank you! That worked well for the display that I’m trying to achieve. Left with two questions.
-
Images uploaded go into the database without the user clicking the add button. I worry about this because of storage space. Any way around this?
-
The upload new photo text changes to a thumbnail of the picture uploaded. I would like to keep the text there. I tried putting a conditional statement on there saying, ‘When This PictureUploader’s value is not empty, display the Placeholder.’ But it won’t stop bringing up the thumbnail. Not seeing another option to achieve this. How can I achieve this?