ColdFusion Path Usage And Manipulation Overview
<cffile action=
"UPLOAD"
filefield=
"file"
destination=
"#GetTempDirectory()#"
/>
For Cut-and-Paste
<cffile action="UPLOAD" filefield="file" destination="#GetTempDirectory()#" />