Image uploader without the preview

Hi

I want the user to be able to upload a users profile photo, but I want the image uploader element to display a camera icon image instead of the photo that is uploaded.

I’m at a loss how to do it, can you help?

Thanks

Perhaps I am not understanding this well. You want to upload something and display something else?

When you want to display something else in an image element, you can set a condition in it that will trigger and show something else.

As in your example … I would set a condition that is always true so that it always triggers … like … “when this url is this url” and set a static image as the source for all cases:

image

But … a much simpler solution in the case that you kindly describe, would be to just upload a camera image and set it as a static image … no condition is necessary

image

Hope this helps :smiley:

Hi @cmarchan,

Yes unfortunately I’m referring to the imageuploader element, not the standard image element.

Thanks for your help though.

Perhaps if you place an image element on top of it might be a hack for this.