Hi,
i've a little problem.
I'm working with FPDF 1.51.
The ouptput of my php script (a pdf file) in IE is a blank page and click on
with right
on 'view html', IE tells me: 'the XML source code is not available',
but the same script on Mozila and Opera it's OK, open Adobe inside the
window...
my code:
...
Header('Content-Type: application/pdf');
Header('Content-Length: '.strlen($this->buffer));
Header('Content-disposition: filename; filename=doc.pd f');
...
how can i resolve this problem?
i think there's a bug in IE (v.6 on XP professional - with IIS/Apache)
thank you (sorry for my english!)
Simone
i've a little problem.
I'm working with FPDF 1.51.
The ouptput of my php script (a pdf file) in IE is a blank page and click on
with right
on 'view html', IE tells me: 'the XML source code is not available',
but the same script on Mozila and Opera it's OK, open Adobe inside the
window...
my code:
...
Header('Content-Type: application/pdf');
Header('Content-Length: '.strlen($this->buffer));
Header('Content-disposition: filename; filename=doc.pd f');
...
how can i resolve this problem?
i think there's a bug in IE (v.6 on XP professional - with IIS/Apache)
thank you (sorry for my english!)
Simone
Comment