i am writing a code as follows in
jsp,,the html part:
i have to upload a file and save it somewhere so :
<form ENCTYPE="multipart/form-data" ACTION="fileupload.jsp" METHOD=POST>
<br><br><br>
<center>
<table border="2" >
<tr>
<td colspan="2"><p align="center"><B>PROGRAM FOR UPLOADING THE FILE</B>
</td></tr>
<tr><td><b>Choose the file To Upload:</b></td>
<td><INPUT NAME="F1" TYPE="file"></td></tr><tr><td colspan="2">
<p align="right"><INPUT TYPE="submit" VALUE="Send File" ></p></td></tr>
</table>
</center>
</form>
it gives a browse button automatically....how can i change its name ...is it by default ...if yes how its working?