Click here to get back home

change the text of browse button in file upload control

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
change the text of browse button in file upload control lale.kat 11-28-2007
Posted by lale.kat on November 28, 2007, 1:40 am
Please log in for more thread options
Hi.I want to change the text of browse button in file upload control
in firfox,for example insted of being "browse" be "upload file", how
can I do that?
Is it possible ?I found a code that only works in IE but it doesent
work in fireFox, I want to work in both of them.

<html>
<head>
<title>File Upload Example</title>
<script language="JavaScript" type="text/javascript">
function HandleFileButtonClick()
{
document.frmUpload.myFile.click();
document.frmUpload.txtFakeText.value =
document.frmUpload.myFile.value;
}
</script>
</head>
<body>
<form name="frmUpload" encType="multipart/form-data">
<!-- Real Input field, but hidden-->
<input type="file" name="myFile" style="display: none">
<!-- Fake field to fool the user -->
<input type="text" name="txtFakeText" readonly="true">
<!-- Button to invoke the click of the File Input -->
<input type="button" onclick="HandleFileButtonClick();"
value="Upload File" >
</form>
</body>
</html>

Similar ThreadsPosted
how to change a "file" - Browse button's name to something else. March 20, 2006, 6:28 am
Using a graphic instead of the "Browse" button November 7, 2005, 6:41 pm
What is upload button for Mac? February 21, 2005, 1:11 pm
how to upload files with only 1 button April 4, 2005, 6:32 am
Browse for file dialog box - modification needed August 30, 2006, 12:45 pm
File Upload variation July 29, 2005, 7:22 pm
Suddenly I can't Validate by File Upload August 26, 2004, 3:46 am
Validating (X)HTML with IE6 WinXP SP2 using File Upload is Now Possible September 7, 2004, 12:30 pm
How can I change the Applet's parameters with HTML button or link? May 30, 2005, 1:49 am
change icon of html file on my desktop April 6, 2008, 10:37 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap