Defines the content type and filename of a file to be uploaded.
<CFQUERY NAME="GetFileInfo" DATASOURCE="Coffee Valley"> SELECT Filename FROM Library WHERE Document_ID = #URL.DID# </CFQUERY> <CFCONTENT TYPE="unknown" DELETEFILE="YES" FILE="#ExpandPath('.')#\UploadedFiles\#GetFileInfo.FileName#">