On 11/1/05, Benoit Masson <[EMAIL PROTECTED]> wrote: > the secured script will fetch identity and read and deliver the img > content as a file stream...
Note that this isn't hard because of the cherrypy.lib.cptools.serve_file function: http://www.turbogears.org/docs/api/cherrypy.lib.cptools-module.html#serveFile Kevin

