Jaqen H'ghar
Jaqen H'ghar

Reputation: 1879

Customized button text for file upload

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

Upvotes: 3

Views: 5033

Answers (2)

Erik
Erik

Reputation: 20712

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.

Upvotes: 2

Jan Hančič
Jan Hančič

Reputation: 53930

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)

Upvotes: 0

Related Questions