I'm using cfcontent to generate RTF files and it works fine, with the
exception of one small problem when using Netscape. The first time I
generate the document, the file opens properly as "Employees.rtf". If I
generate the document again, the file opens as something like
"VUUUT6QP.rtf". If I close Netscape and generate the document again, it
again opens properly as "Employees.rtf". Basically it appears that any
subsequent reloads of the document during the same Netscape session create a
new name for the document. 

I've tried using both of the methods Dave Watts suggested at
http://www.figleaf.com/demo/mimetest/ , but neither of them solved the
problem in Netscape.


Anyone have any ideas on how I can force it to always come up as
"Employees.rtf" in Netscape? 

The file is named "newdoc.cfm" and relevant code in the template is below.

<cfoutput>
        <cfheader name="content-disposition" VALUE="attachment;
filename=Employees.rtf">
</cfoutput>
<cfcontent type="application/rtf">


Thanks,

Chris
------------------------------------------------------------------
Chris Lomvardias
[EMAIL PROTECTED]
Syscom, Inc.
400 E. Pratt Street, Suite 300
Baltimore, MD 21202
(410)539-3737 x1722 voice
(410)539-7302 fax
[EMAIL PROTECTED] (pager via email)
http://www.syscom-inc.com/
------------------------------------------------------------------

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to