-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

- --on 2003-07-07 13:02 +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?

Both. I cannot tell about current Adobe Plugins, but at least the Acrobat
Reader 4 did not respect this Header Line. According to HTML this _should_
work and therefore it is not wrong adding it (MidCOM does for example),
but it is not a solves-everything-thing. :-(


Live long and prosper!
Torben Nehmer

- --
Torben Nehmer, Munich, Germany
http://www.nathan-syntronics.de, mailto:[EMAIL PROTECTED]
PGP Public Key: https://www.link-m.de/pgp/t.nehmer.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQE/CWH3JPh4Kn6d5FYRApX0AJ0V+58vx03Wp9qKrPw8yzRF5poIKwCeIDMk
5+6nRHurHCrrP1J9t7djrUo=
=G05K
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to