Cfheader /CFcontent producing inconsistent results
Hi all
I am using cf header to display a dynically generated report as a word doc. At least this is my goal
i'm using mx7 on appache 2.0 and Firefox 2.0.0.16 [i can not update this] and ie 6 sp 3 for browsers.
no matter how a set this up i don't get the expected results
<cfheader name "content-disposition" value="attachment;filename=#GetInspection.file_number#.doc">
<cfcontent type="application/vnd.msword">
in Firefox the file always downloads as a cfm file. I cant change this.
in ie it down loads as a cfm file but if i elect to save it i can select word.
the other issue with both browsers is that it will not take on the file name assigned it the cf header tag. It just uses the template name.
anyone have a suggestion?
tia
J
