Labeling file upload button

mkoryak picture mkoryak · Mar 26, 2009 · Viewed 126.9k times · Source

How can I internationalize the button text of the file picker? For example, what this code presents to the user:

 <input type="file" .../>

Answer

ChristopheD picture ChristopheD · Mar 26, 2009

It is normally provided by the browser and hard to change, so the only way around it will be a CSS/JavaScript hack,

See the following links for some approaches: