I just need to know if there\'s a way to change the message shown by the Asp:FileUpload when no file as been selected.
Asp:FileUpload
http://jsfiddle.net/Lsgbx5ne/1/
input[type=file]{ color:transparent; } input[type=file]:after { color: #000; content:" Cool!"; }
Improvements over other solutions: