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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to