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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:38:42 GMT