Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: Change [Browse..] button text?


Message #1 by "Marko Ramstedt" <marko.ramstedt@a...> on Mon, 26 Aug 2002 14:31:50
Hi.

How can I change the name of the browse button text
when using the fileupload feature?

Is there any simple way?

------------------------------------------------------

<form action="/dev/aspupload/saveupload.asp" method="post" 
enctype="multipart/form-data">
<table border=0 width=500>     
	<tr>
		<td width="135" class="smallerheader">Valitse kuva: </td>
        	<td align="right"><input type="file" name="File1" 
size="20" class="tbflat"></b></font></td>
        	<td width="75" align="center"><input type="submit" 
value="Lähetä"  class="cmdflat" name="B1"></td>
      </tr> 
    </table>
</form>

------------------------------------------------------

  Return to Index