images on the web

Michael Ströder michael at stroeder.com
Fri Jun 20 02:54:26 EDT 2008


chris wrote:
> I'm creating a data plot and need to display the image to a web page.
> What's the best way of doing this without having to save the image to
> disk? I already have a mod_python script that outputs the data in
> tabular format, but I haven't been able to find anything on adding a
> generated image.

Does your web application has session handling? Then you could save the 
image in the session and server the separate HTTP request sent by the 
browser.

Ciao, Michael.



More information about the Python-list mailing list