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

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 -

REPOST: CFHEADER/CFCONTENT over SSL on IIS with IE

2004-12-13 Thread Cliff Meyers
Subject: REPOST: CFHEADER/CFCONTENT over SSL on IIS with IE From: Dave Watts <[EMAIL PROTECTED]> Date: Sun, 12 Dec 2004 19:48:18 -0500 Thread: http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=37080&forumid=4#187302 > Perhaps there's a problem with t

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: > >name="Content-Disposition" > value="attachment; filename=#filename#"> > >type="text/plain" > file="#filepath#" > deletefile="no"> > > When I run the code

REPOST: CFHEADER/CFCONTENT over SSL on IIS with IE

2004-12-12 Thread Cliff Meyers
Hey guys, I posted this on Friday, didn't get a response. Figured I'd try it again. 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: When I run the code in IE, I get the "File Download" dialog box as you'd expect. Wh