- From: Stuart Harris <sirrah@baluga.maximumaccess.com>
- Date: Sun, 01 Feb 1998 23:56:05 -0500
- To: "Saksena, Anju (Anju)** CTR **" <asaksena@lucent.com>
- CC: "'www-talk@w3.org'" <www-talk@w3.org>
Saksena, Anju (Anju)** CTR ** wrote: > > ... I'm having difficuilty uploading files with html and > IE4.0/Netscape > 3.0/IIS. > > Following is the html source code I use: > > <form name="uform" method=post action="process.asp"> > <input enctype ="multipart/form-data" name="myfile" type=FILE> > <input name="submitbutton" type=submit value="Click here to upload"> > </form> ENCTYPE is an attribute of FORM, not of INPUT. Move 'enctype ="multipart/form-data"' one line up and you may have better luck. Regards, -- Stu Harris ========== co-author, "HTML Publishing for Netscape" [ISBN 1-56604-650-5]
Received on Monday, 2 February 1998 12:44:45 UTC