Does either or both of the following:
* Sets the MIME content encoding header for the current page
* Sends the contents of a file from the server as the page
output
<cfcontent>
cfcontent();
false
true
<cfcontent type="application/vnd.ms-excel" file="c:/temp/acmesales03.xls">
cfcontent(type="application/vnd.ms-excel", file="c:/temp/acmesales03.xls");
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.