By default,
<input type="file">
shows a button and text that says "no file chosen" and then shows the selected file. I am showing a custom button and thus had to hide the standard button with opacity 0.
How can I show "No file chosen" and show the selected file as well if using a custom button?