Are you doing:

<cffile action="UPLOAD" filefield="form.fName" ...

Or:

<cffile action="UPLOAD" filefield="#form.fName#" ...

Number one is correct.

Shawn McKee

-----Original Message-----
From: stas [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 18, 2002 10:44 AM
To: CF-Talk
Subject: CF file error


I have a simple file upload form and I am getting the error below:

Error Diagnostic Information
Error in CFFILE tag
The form field specified in the CFFILE tag (FILENAME) 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 (12:1) to (12:93) in the template file
E:\INETPUB\WWWROOT\FORM116\ACT_UPLOAD_DOC.CFM.



If I cfoutput #form.filename# it contains the full local file path. I am not
really sure what I am doing wrong. I've done this dozens of times and it's
probably something basic. Thanks for any tips!





______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to