Hi there,
I have a little problem with upgarding my site to 1.5 .
In the past I had a component that showed me contracts, bills, etc... in pdf.
The Problem is now that my Component should send the right Content-Header, like application/pdf.
I tried something like :
Code:
$doc = &JDocument::getInstance();
$doc->setMimeEncoding("application/pdf");
$doc->setType("application/pdf");
But it doesn't work. I think the only way to check it, is to debug the code. But maybe somebody has an easy solution for me?
Thanks!