With cffile action="upload" nameconflict="overwrite", cffile.serverfile is the value of the uploaded file.
If you use cffile action="rename" nameconflict="overwrite", cffile.serverfile doesn't exist and the result option isn't available with the action rename.
How do you obtain the value of the renamed file?
Dale