> <CFFILE ACTION="Upload" FILEFIELD="#attributes.filefield#"
> DESTINATION="#ulpath#" NAMECONFLICT="MAKEUNIQUE">
> <cfset upload.file = duplicate(cffile)>
> 
> but it chokes on "cffile" saying it can't find the variable...

Issac,
        I think FILEFIELD does not need "#" sign in CFMX, since u are specifying
        (cffile).. am assuming u are on CFMX. I think CFFILE.. is not yet created
        because of the filefield # sign. Havent tested this.

Joe
Certified Advanced ColdFusion Developer
[EMAIL PROTECTED] 

> -----Original Message-----
> From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 12, 2002 11:21 PM
> To: CF-Talk
> Subject: CFFILE Structure ... I have a bad feeling about this... 
> 
> 
> Someone please tell me I'm wrong and that <cffile> does create it's
> variables in a structure called CFFILE and not as a collection of
> dissociated variables? ... CF 5 currently... I'm trying to use this code:
> 

> 
> Isaac Dealey
> Certified Advanced ColdFusion 5 Developer
> 
> new epoch
> www.turnkey.to
> 954-776-0046
> 
> 
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to