How to upload an image from a button without an image in it

I am trying to develop a UI like this, with a button to upload the image:

Unfortunately, using File Uploader doesn’t work because the data type is image, and I don’t want people uploading non-image filetypes. Additionally, the File Uploader obscures the text when it uploads the file, so you can’t see the instructions any longer:

I tried to use a picture uploader but it shows the picture in the button:

I tried to reset the picture image on load and onchange, but it doesnt’ remove it.

Is there a way to NEVER show the picture in the picture uploader, or to just upload a picture with a button?

1 Like

Hi @brenton.strine

I think I might have the solution for this, making a quick video to explain it. I’ll share shortly.

1 Like
2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.