Re: File Uploading

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