How to customize the text of an HTML File control's browse button HTML file element is used to upload files to the server. Usually the File element have a button having texts like "Browse", "Choose" or "Choose file" depending on the browser you use. If you want to customise the Browse button text, there is a sample hack code on net, which uses some CSS work arounds to display an image over a browse button, which on clicked will popup the file selector window.
