On 28 ene, 07:43, Jumping Arne <[EMAIL PROTECTED]> wrote:

> Before I've just placed the images on a server where the script didn't need
> to bother about it. Now I'm considering to let the script handle the images
> also, that is serve them to the browser when requested. I've tried two
> different approaches in other scripts:
>
> +       Put them somewhere outside the scope of the script and link to them.
>
> + In my own code open the images, read the data and send it back
>   (is there a library for this?).

For static images, just let the webserver deal with them, surely will
do a better job.

--
Gabriel Genellina
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to