Jeremy add it into the destination
<cffile action="upload" filefield="resume" destination="c:\temp\#session.CFID#.ext" nameconflict="makeunique" > -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeremy Sent: Thursday, November 06, 2003 1:20 PM To: CFAussie Mailing List Subject: [cfaussie] CFFILE renaming session Hi guys, I'm having a mental moment. I am uploading a file to the server. using the following code. <cffile action="upload" filefield="resume" destination="c:\temp" nameconflict="makeunique" file="#session.CFID#" > I want to rename the file with the session id but it doesn't seem to be working correctly here. I feel like I'm missing something....any advise? Jeremy --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
