<cfif structKeyExists(form, "upload")> <cffile action="upload" fileField="file" destination="#ExpandPath('./')#"> <cfoutput>Upload success: #cffile.clientFile#</cfoutput></cfif>