If you have not included the enctype="multipart/form-data"  parameter in
your form submission you will get this error.  It can also be caused by
users with browsers older than MSIE 4 or Netscape 3 trying to use the <input
type="file"> tag on a page.  These browsers don't know about this tag.
Check your error log and you can see what browser version is used when the
error occurs.  These days it's usually it's MSIE 3.02.

Mike Cady

----- Original Message -----
From: "Susan Matthews" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, April 19, 2001 11:47 AM
Subject: RE: help


> I have IE5, but my client uses IE and I don't know which version.
>
> > -----Original Message-----
> > From: Michael A. Cady [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 19, 2001 10:26 AM
> > To: CF-Talk
> > Subject: Re: help
> >
> >
> > What version of IE are you using to test?
> >
> > ----- Original Message -----
> > From: "Susan Matthews" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Thursday, April 19, 2001 10:01 AM
> > Subject: help
> >
> >
> > > Hi-
> > >
> > > I have a form that allows users to upload files using:
> > > <input type="file" name="newsPrint">
> > >
> > > On the receiving form I upload the file:
> > > <CFFILE DESTINATION="#dir.root#newsletter\"
> > > ACTION="UPLOAD"
> > > nameConflict = "overwrite"
> > > FILEFIELD="newsPrint">
> > >
> > >
> > > The above works fine in Netscape, but in IE I get the following error:
> > > Error in CFFILE tag
> > >
> > > The form field specified in the CFFILE tag (NEWSPRINT) does not
> > contain an
> > > uploaded file. Please be sure that you have specified the correct form
> > field
> > > name.
> > >
> > > The error occurred while processing an element with a general
identifier
> > of
> > > (CFFILE), occupying document position (165:2) to (168:23).
> > >
> > >
> > > Does anyone know what I need to do to fix this?
> > >
> > > Thanks!!
> > > -Susan
> > >
> > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to