You should create a method which returns the image data and on the template you need to call it.
Something like this:
@turbogears.expose()
def returnImageData(self, *args):
return imageData
<img src="" />
Hope it helps. I did not tested this, though.
--
JP
On 10/5/05, Leonardo <[EMAIL PROTECTED]> wrote:
Hi Kevin =D
thank for help-me..
but i access image in DataBase or buffer and i not have image saved in
disk ?
how to make it?
thaks for help =D
[],s Léo

