This is driving me nuts. It works great in Safari, FF and, up until recently, in IE. Server is CF 6.1
I have to serve up pre-existing pdf files stored off the web root and pushed to the authenticated visitor via cfcontent. User clicks on link located at foo.cfm: <a href="bar.cfm?FileIs=woof.pdf">click me</a> bar.cfm contains some gymnastics that determines which folder is pulled. I'll hardwire it here for simplicity: <cfset variables.pushFile.filePath="c:\pdfs\"> I do a fileExists() check of course. and now the part that seems to have suddenly broken: <cfheader name="content-disposition" value="inline; filename=#variables.pushFile.fileName#"> <cfcontent type="application/pdf" file=#url.fileIs#> IE tries to treat "bar.cfm?FileIs=woof.pdf" as a pdf file. Then nothing in the blank window that follows. What am I doing wrong? Seems like something changed in IE. I am on IE7 and Acrobat 5 and 9. Tests in IE6 and 5 show it works fine. And it worked in IE 7 until very recently. -- [EMAIL PROTECTED] Janitor, The Robertson Team mysecretbase.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309831 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

