No, that didn't work either... It seems either it is a structure and only its elements are exposed, or it doesn't actually return a structure...
> Can you CFDUMP it? >> -----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: >> >> <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... >> >> Isaac Dealey >> Certified Advanced ColdFusion 5 Developer >> >> new epoch >> www.turnkey.to >> 954-776-0046 >> >> > __________________________________________________________ > ____________ > Structure your ColdFusion code with Fusebox. Get the > official book at http://www.fusionauthority.com/bkinfo.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 Isaac Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com 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

