Posted by Rik on 05/15/06 17:22
b007uk@gmail.com wrote:
> header("content-type: image/jpeg");
header("Content-Type: image/jpeg");
header('Content-Disposition: inline; filename=$showfile");
Allthough, Disposition isn't really according to standards....
A brutal read:
http://www.faqs.org/rfcs/rfc2616
Also, readfile($showfile) seems faster in this case....
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|