Here's the solution: Use <cffile action="upload" destination="#dir#" filefield="FORM.file1" nameconflict="makeunique"> NOT <cffile action="upload" destination="#dir#" filefield="FORM['file1']" nameconflict="makeunique"> For some reason CF doesn't see an uploaded file if u use the string notation FORM['file1'] to reference the file upload field instead of dot notation FORM.file1 This occurred on CFMX 8 (and Apache 2.0.59, WinXP SP2 fwiw)
Marc ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293861 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

