I have make this site http://www.javacoder.dk:56400/fileupload/insert.htm
if U look at the submitbuttom I have changet it to another type of buttom then normal !!!
But if U look at the buttom at FILE: (to get the file) it is like normal !!!
how can I make it like my submitbuttom and can i changes it so I kan make my own buttomtext to like the submitbuttom !????
the code to the form !!!
<table border="0" align="center">
<tr>
<form method="POST" enctype="multipart/form-data" action="Insert.asp">
<td><div class=text>First Name :</div></td><td>
<input type="text" name="fname" size="40"></td>
</tr>
<td><div class=text>Last Name :</div></td><td>
<input type="text" name="lname" size="40"></td>
</tr>
<td><div class=text>Profession :</div></td><td>
<input type="text" name="profession" size="40"></td>
</tr>
<td><div class=text>The image name you want to give your image :</div></td><td>
<input type="text" name="iname" size="40" ></td>
</tr>
<td><div class=text>File :</div></td><td>
<input type="file" name="file" size="40"></td></tr>
<td> </td><td>
<input class="Button" type="submit" value="Submit"></td></tr>
</form>
</tr>
</table>