make sure you have ENCTYPE="MULTIPART/FORM-DATA" in your <FORM> tag.


-----Original Message-----
From: Susan Matthews [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 19, 2001 7:02 AM
To: CF-Talk
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