<CFCONTENT TYPE="file_type"
    DELETEFILE="Yes/No"
    FILE="filename">

Defines the MIME type returned by the current page. Optionally allows you to specify the name of a file to be returned with the page.

ColdFusion administrators can disable the CFCONTENT tag in the ColdFusion Administrator Basic Security page.

TYPE

Required. Defines the File/ MIME content type returned by the current page.

DELETEFILE

Optional. Yes or No. Yes deletes the file after the upload operation. Defaults to No.

FILE

Optional. Denotes the name of the file being retrieved.