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 fwiw0)

Marc


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293860
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to