Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cfcontent pdf in IE

Status
Not open for further replies.

mariebmk

Programmer
Jun 26, 2003
52
0
0
US
Hey everyone. I'm trying to use cfcontent to open up a pdf in the browser. It works perfectly in mozilla and opera, but when I do it in IE it just shows me the PDF code.

<cfcontent type="application/pdf" reset="no">
<cfoutput>#form.pdfdata#</cfoutput>

is my code .. .. the pdfdata is actually produced in flash and passed into coldfusion. Any ideas why this wouldn't work in IE?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top