I would like to translate or delete the "No file selected" etiquette from <input type="file">
without JavaScript or similar.
In many stack overflow answer I found this solution but it doesn't work.
<input type='file' title=" " />
I would like to translate or delete the "No file selected" etiquette from <input type="file">
without JavaScript or similar.
In many stack overflow answer I found this solution but it doesn't work.
<input type='file' title=" " />
You can simply design its color:
<input type='file' title="foobar" style="color: white;" />