I was researching the forum for previous posts on this subject but didn't find anything that worked correctly. So I will ask again, "Does anyone know now how I can change the look of the Browse button, and replace it with something like an image?"
For the code, I have:
<form action="" ENCTYPE="multipart/form-data" METHOD="post">
<b>Banner GIF or JPEG</b>
<input type="file" name="Attachment" style="width:400px">
<br>
<input type='text'
name='file2'
id='file2'>
<img src="IRIS/IRIS/images/button-ArrowLeft.gif"
name="brower"
id="brower"
width="25" height="25" border="0"
alt="Click the button to upload an image to the note."
align="absmiddle"
onclick="document.all.Attachment.click();
document.all.file2.value=document.all.Attachment.value;">
<input type="submit" value="Upload" name="Upload">
</form>
But when you click Upload, the file field goes blank, then press it again and it submits the form, but field is blank?
Any help is greatly appreciated...Thank You!
For the code, I have:
<form action="" ENCTYPE="multipart/form-data" METHOD="post">
<b>Banner GIF or JPEG</b>
<input type="file" name="Attachment" style="width:400px">
<br>
<input type='text'
name='file2'
id='file2'>
<img src="IRIS/IRIS/images/button-ArrowLeft.gif"
name="brower"
id="brower"
width="25" height="25" border="0"
alt="Click the button to upload an image to the note."
align="absmiddle"
onclick="document.all.Attachment.click();
document.all.file2.value=document.all.Attachment.value;">
<input type="submit" value="Upload" name="Upload">
</form>
But when you click Upload, the file field goes blank, then press it again and it submits the form, but field is blank?
Any help is greatly appreciated...Thank You!