It worked for me. Try dumping the CFFILE structure to get more information. Check these keys FILEWASSAVED SERVERDIRECTORY SERVERFILE
Maybe the file was saved somewhere else? It might not help but try <cfset basePath = GetDirectoryFromPath(GetCurrentTemplatePath())> <cffile action="upload" filefield="ESpreadsheet" destination="#basePath#/Excel/" nameconflict="makeunique"> <cfdump var="#CFFILE#"> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2411 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
