Is there any way to render an uploaded image in a form? I'd like for the users of my application to be able to see the photo they have uploaded right in the form, rather than have to submit the record and then go to a view to check if they selected the right photo.
One workaround is to use the Rich Text field to show the image, but that looks fairly ugly. Thanks!