I've worked all morning on this, and can't figure this out. This is my first time working with CFContent.
When I load this page, the excel document loads in the browser (as text). I would like to start a download, or just go ahead and load in IE as an Excel document like a "http://tflweb/managersinvites3.xls" call. What am I missing? Start Of Template >>>>>>>> <cfheader name="Content-Disposition" value="attachment; filename='test.xls'"> <cfcontent type="application/vnd.ms-excel" deletefile="no" file="e:\Inetpub\wwwroot\intranet\managersinvites3.xls"> End Of Template >>>>>>>> Start Display in Browser >>>>>> ��ࡱ FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

