1

I'm using the Extension Library File Upload control in a localized application. As you can see in the screen shot, most elements are "automagically" localized, but the File Upload control is not. It seems the download control has properties to override the names for "Created on" and such, which is perfect, I can localize those, but the "Browse" button on the upload control doesn't seem to have any property to change what is displayed. Any way I can override that?

upload control

  • Since it is the browser that renders the button it will feel "natural" consistent with all other pages – stwissel Dec 28 '13 at 02:28

1 Answers1

1

There is no way. It's a browser limitation but hacking is possible...

I found this very useful:

http://www.quirksmode.org/dom/inputfile.html

There is a similar question with alternative ideas:

Labeling file upload button

Community
  • 1
  • 1
Serdar Basegmez
  • 3,355
  • 16
  • 20