Michael McGrady wrote:




Hi, Dean,

I am a pretty meat and potatoes kind of genius. I need to solve one thing at a time. So, right now I am going to stick with only the image deal with file uploads. I have the following which works okay with IE but not with Mozilla.

<form method='get' action='display_none.jsp'>

What does the jsp do? Are you sure that upload is really happening? I think
in order for upload to occur the form has to have enctype="multipart/form-data"
in it, doesn't it? That's what I've always done, but I learned it so long ago that
I just cookbook it now.



<input type=file name='file1' size='15' class='walter' style='display: none;'> <br>

       <input type='text'
              name='file2'
              id='file2'>

       <img src='up.gif'
            name='brower'
            id='brower'
            width='83' height='24' border='0'
            alt=''
            align='absmiddle'
            onclick='document.all.file1.click();
            document.all.file2.value=document.all.file1.value'
            onMouseDown='this.src="down.gif"'
            onMouseUp='this.src="up.gif"'
            onMouseOut='this.src="up.gif"'>
</form>

Michaelmcgrady



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to