Posted by Ivαn Sαnchez Ortega on 06/08/07 00:44
Jon Slaughter wrote:
> can one "stream" image data to a browser?
Yeah, you can encode the image in base64, but IMHO it's not worth it.
> Anyway around this?
The classic way: do <img src='foo.php'>, where foo.php is the *only* script
that runs imagepng().
This means: do *not* run imagepng() in your main script.
--
----------------------------------
IvΓ‘n SΓ‘nchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-
El sentido comΓΊn es el menos comΓΊn de los sentidos
Navigation:
[Reply to this message]
|