Re: [PHP] Re: opening Adobe pdf's

2004-06-22 Thread Curt Zirzow
* Thus wrote Scott Taylor: > > Thus Curt Zirzow & I wrote: > > >> > >> header("Content-Type: " . $type); > >> header("Accept-Ranges: bytes"); > > > > > > >Becareful sending this header. The client can get confused and > >send special headers requesting a partial file, while

[PHP] Re: opening Adobe pdf's

2004-06-22 Thread Scott Taylor
Thus Curt Zirzow & I wrote: header("Content-Type: " . $type); header("Accept-Ranges: bytes"); Becareful sending this header. The client can get confused and send special headers requesting a partial file, while also expecting different results than the whole file. Which