On 11/1/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > I suspect it might have to do with the location (in code) of the > cfheader/cfcontent blocks. Aren't they supposed to come first in the doc?
Hey Andy, have you tried other settings for the cfheader/cfcontent tags? Here's what I've used and seems to work in FF and IE. And I do have them at the end of the file, though I don't think it matters. <cfheader name="Content-Disposition" value="attachment; filename=#fileName#"> <cfcontent type="application/vnd.ms-excel" file="#myFilePath#" deletefile="true" /> -- Matt Williams "It's the question that drives us." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292500 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

