* 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
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
2 matches
Mail list logo