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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AmirS
  • Order by date
  1. AmirS

    <cfcontent gives me 500 server error

    no it does not since the Plan.pdf is inside /docs folder i even copy the document to the same folder as page is calling and the code: <cfcontent type="application/pdf" file="Plan.pdf" > still no luck and same error.
  2. AmirS

    &lt;cfcontent gives me 500 server error

    Hi, I am trying to download pdf documents and use this code: <cfheader name="Content-Disposition" value="attachment;filename=Plan.pdf"> <cfcontent type="application/pdf" file="docs/Plan.pdf" > but it gives me 500 server error. if I remove the "file" attribute from <cfcontent I will get the...

Part and Inventory Search

Back
Top