Re: REPOST: CFHEADER/CFCONTENT over SSL on IIS with IE

2004-12-13 Thread Chris Norloff
ieHTTPheaders http://www.blunck.info/iehttpheaders.html I haven't tried it myself, but it's supposed to do what you want. Here's one for Mozilla, in case you're interested: http://livehttpheaders.mozdev.org/ I had to re-install Mozilla after using it. Chris Norloff -- Original Message

RE: REPOST: CFHEADER/CFCONTENT over SSL on IIS with IE

2004-12-13 Thread Ben Rogers
Can anyone recommend a good tool (either standalone or plugin for IE) that will allow me to see the HTTP response headers for a particular request? That way I could at least compare the headers generated for a regular file download and then tweak my CFHEADER statement(s) to match. Thanks a

RE: REPOST: CFHEADER/CFCONTENT over SSL on IIS with IE

2004-12-12 Thread Dave Watts
I have a simple text file that I want to force-download for users of a web application. I've set up the following code: cfheader name=Content-Disposition value=attachment; filename=#filename# cfcontent type=text/plain file=#filepath# deletefile=no When I run the code in