CFCONTENT
Controls the MIMETYPE of the page, or sends out a file or binary object to the requester
Usage
<cfcontent>
Attributes
| Attribute | default | required | summary |
|---|---|---|---|
| ATTRIBUTECOLLECTION | A structure containing the tag attributes | ||
| TYPE | The MIME TYPE of the output page | ||
| RESET | true | Controls whether the existing content sent is discarded | |
| DELETEFILE | false | If FILE specified, controls whether the file is deleted once its sent | |
| FILE | The path to the file | ||
| OUTPUT | The variable that contains the content to send to the request | ||
| VARIABLE | The variable that contains the content to send to the request | ||
| URIDIRECTORY | false | Is the path to the file relative to the document root |
