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 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

