I am attempting to save a Coldfusion report directly to an RTF file. The following example creates a RTF file but with the SAVE PROMPT windows. Is there a way to by-pass the save prompt window and save directly to RTF file?
<cfdocument format="rtf">
SitePoint.com - Introduction to ColdFusion 7
<h1>PDF Generation</h1>
<hr />
This is an example of PDF generation using ColdFusion 7.
</cfdocument>
Thanks Alex