On Mon, 7 Jul 2003, Torben Nehmer wrote:
> on 2003-07-07 12:11 +0200 Fredrik Jonson wrote:
> > On my midgard (1.4.3) powered website I start getting reports from
> > msie users who when they view pdf attachments get a blank page.
>
> One part of this problem is not MSIE but Acrobat Reader-specific.
> It trys to do byte-ranged-requests to download only that parts of
> the PDF that are neccessary. Midgard lacks the Accept-Ranges: none
> Header line which _should_ prohibit this.
Ok, so a simple header before the serveattachment shoud fix this?
header('Accept-Ranges: none');
$obj->serveattachment('file.pdf');
Or do you mean that this temporary fix don't work?
--
Fredrik Jonson
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]