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>
------------------------------------------------------