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?