I am using <cfheader> to export a cf based report to word. i've done this in the past with excel with no problems, However; now I'm experiencing two wierd results. 1. the file is being downloaded using the file name NOT the one specified in the header tag, 2. it is being down loaded as a .cfm instead of a .doc file. <cfheader name="Content-Type" value="application/vnd.msword"> <cfheader name="Content-Dispositon" value="attachment; filename=#GetInspection.file_number#.doc"> Code (markup): The report is massive and I have each section as its own include to speed up processing. could this be causing the problem?? any suggestions would be appreciated.