cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Owen Munton
I have a line of code using cfcontent to download a pdf file that works just fine in Netscape, but in IE, it does open acrobat reader, it attempts to display it in the browser. The output starts like this: %PDF-1.2 %âãÏÓ 1 0 obj etc etc etc.. Here is my line of code: CFCONTENT

RE: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread James Taavon
there is a way to set it from the server-side, but I could be wrong. Your only other option would be to launch the PDF in a pop-up window. -Original Message- From: Owen Munton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 9:31 AM To: CF-Talk Subject: cfcontent, pdf, and internet

RE: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Owen Munton
Message- From: Owen Munton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 9:31 AM To: CF-Talk Subject: cfcontent, pdf, and internet explorer problems I have a line of code using cfcontent to download a pdf file that works just fine in Netscape, but in IE, it does open

RE: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Mike Connolly
-Original Message- From: Owen Munton [mailto:[EMAIL PROTECTED]] Sent: 12 February 2002 14:31 To: CF-Talk Subject: cfcontent, pdf, and internet explorer problems I have a line of code using cfcontent to download a pdf file that works just fine in Netscape, but in IE, it does open acrobat reader

RE: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Ian Lurie
. -Original Message- From: Owen Munton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 9:31 AM To: CF-Talk Subject: cfcontent, pdf, and internet explorer problems I have a line of code using cfcontent to download a pdf file that works just fine in Netscape, but in IE, it does

Re: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread stas
Prefix your cfcontent tag with this line: cfheader name = Content-Disposition value = attachment; filename=#pdf_id#.pdf - Original Message - From: Owen Munton [EMAIL PROTECTED] I have a line of code using cfcontent to download a pdf file that works just fine in Netscape, but in IE,

RE: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Ian Lurie
-Original Message- From: Owen Munton [mailto:[EMAIL PROTECTED]] Sent: 12 February 2002 14:31 To: CF-Talk Subject: cfcontent, pdf, and internet explorer problems I have a line of code using cfcontent to download a pdf file that works just fine in Netscape, but in IE, it does open acrobat

Re: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Stephen Moretti
: Tuesday, February 12, 2002 2:55 PM Subject: RE: cfcontent, pdf, and internet explorer problems Actually, I meant to say that it does NOT open the acrobat reader in IE. Thanks, Owen --- James Taavon [EMAIL PROTECTED] wrote: Well, in my experience I have never found a way around what

Re: cfcontent, pdf, and internet explorer problems-SOLVED

2002-02-12 Thread Owen Munton
question. It might be useful to you too... http://www.figleaf.com/demo/mimetest/ - Original Message - From: Owen Munton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 2:55 PM Subject: RE: cfcontent, pdf, and internet explorer problems Actually, I

RE: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Steve Oliver
, 2002 9:31 AM To: CF-Talk Subject: cfcontent, pdf, and internet explorer problems I have a line of code using cfcontent to download a pdf file that works just fine in Netscape, but in IE, it does open acrobat reader, it attempts to display it in the browser. The output starts like this: %PDF-1.2