3

How do I change the button text of file upload HTML control from default "Browse" to anyother text?

Jaqen H'ghar
  • 1,839
  • 7
  • 37
  • 66

2 Answers2

2

There's no easy solution, but this site:

http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom

provides you with a nice way to do it.

Erik
  • 20,526
  • 8
  • 45
  • 76
0

You can't. It depends on browser/OS. I should clarify: you can't change the text of the button directly, but there are some workarounds (as Erik mentioned)

Community
  • 1
  • 1
Jan Hančič
  • 53,269
  • 16
  • 95
  • 99