Changing the label 'Choose file' and hide the file name chosen #729
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
How do we change the label on the input file type to say 'select' instead of the default 'Choose file'?
Also, I do not want to display the No file chosen and selected File Name label. How can I hide that?
Thank you
You can just use a little bit of CSS to style the input as you like. An example you can find here
https://tympanus.net/codrops/2015/09/15/styling-customizing-file-inputs-smart-way/
I used this method as i couldn't get the css as suggested above to work...
https://stackoverflow.com/a/42658657/8427884