rejoice 0 Posted September 4, 2006 Report Share Posted September 4, 2006 Hi everyone,I need a help.In my site i use the tag,<input type="file" name="file">Here I need to change the label of the browse button from "Browse...." to "Upload".How do I change that?Thanks in advance. Quote Link to post Share on other sites
holmedwa04 0 Posted September 4, 2006 Report Share Posted September 4, 2006 VALUE="Your words here" should work if you place it inside the button tag. Quote Link to post Share on other sites
skym 0 Posted September 5, 2006 Report Share Posted September 5, 2006 It's 'Browse' in IE and FF, and 'Choose' in Opera. The text seems to be generated by the browser, it is not a default value that you can change. Quote Link to post Share on other sites
holmedwa04 0 Posted September 5, 2006 Report Share Posted September 5, 2006 It's 'Browse' in IE and FF, and 'Choose' in Opera. The text seems to be generated by the browser, it is not a default value that you can change.Oh, just a thought, Im no real expert on forms and the like. Quote Link to post Share on other sites
Skemcin 13 Posted September 6, 2006 Report Share Posted September 6, 2006 You cannot change this value it is a system control tied to the operating system. The only thing you can do is use CSS to place an image over top of it and then make sure the image has an onclick function that will effectively click the browse button. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.