I've got a page that produces and Excel file for the user to either open or save. Here's the code:
<cfcontent type="application/msexcel"> <cfheader name="Content-Disposition" value="attachment;filename=#filename#"> This works fine from my Win2000 PC. However, it can't be opened using IE6 on an XP service pack 2 PC when hitting the production site, a Win 2003 server. The file can be saved. When accessing the development site, a Win 2000 server, both open and save work from this PC. Here's an example of the error: C:\Documents and Settings\username\Local Settings\Temporary Internet Files\Content.IE5\89GL2345\filename.xls could not be found.... It obviously has to do with the ability to read/write to the Content.IE5 directory, which isn't visible, but just haven't been able to figure it out. I've been able to reset the attributes of the folder in order to see it but that hasn't solved the problem either. Any ideas? Thanks, Peter ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:247329 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

