This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01BFB09A.A94F94F0
Content-Type: text/plain;
        charset="iso-8859-1"

I keep getting this error with CFFILE action="Upload"

Heres the test code:

<cfform action="upload.cfm" method="post">
<input type="File" name="uploadfile">
<BR><input type="submit" value="Upload">
</cfform>

<cfif parameterexists(form.uploadfile)>
<cffile action="UPLOAD" filefield="uploadfile"
destination="d:\web\uploadfiles\" nameconflict="MAKEUNIQUE"
attributes="Archive">
</cfif>


Error below:


Error in CFFILE tag

The form field specified in the CFFILE tag (UPLOADFILE) 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 (13:1) to (13:128) in the template
file

Shawn Regan 

------_=_NextPart_001_01BFB09A.A94F94F0
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12">
<TITLE>CFFile upload Error</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>I keep getting this error with CFFILE =
action=3D&quot;Upload&quot;</FONT>
</P>

<P><FONT SIZE=3D2>Heres the test code:</FONT>
</P>

<P><FONT SIZE=3D2>&lt;cfform action=3D&quot;upload.cfm&quot; =
method=3D&quot;post&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&lt;input type=3D&quot;File&quot; =
name=3D&quot;uploadfile&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&lt;BR&gt;&lt;input type=3D&quot;submit&quot; =
value=3D&quot;Upload&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&lt;/cfform&gt;</FONT>
</P>

<P><FONT SIZE=3D2>&lt;cfif parameterexists(form.uploadfile)&gt;</FONT>
<BR><FONT SIZE=3D2>&lt;cffile action=3D&quot;UPLOAD&quot; =
filefield=3D&quot;uploadfile&quot; =
destination=3D&quot;d:\web\uploadfiles\&quot; =
nameconflict=3D&quot;MAKEUNIQUE&quot; =
attributes=3D&quot;Archive&quot;&gt;</FONT></P>

<P><FONT SIZE=3D2>&lt;/cfif&gt;</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Error below:</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Error in CFFILE tag</FONT>
</P>

<P><FONT SIZE=3D2>The form field specified in the CFFILE tag =
(UPLOADFILE) does not contain an uploaded file. Please be sure that you =
have specified the correct form field name.</FONT></P>

<P><FONT SIZE=3D2>The error occurred while processing an element with a =
general identifier of (CFFILE), occupying document position (13:1) to =
(13:128) in the template file</FONT></P>

<P><FONT SIZE=3D2>Shawn Regan </FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01BFB09A.A94F94F0--
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to