On Mon, Aug 3, 2009 at 16:16, ketter<[email protected]> wrote: > > Hi > > I need show images from the App Engine datadase in templates .html >
I haven't looked over your code and don't have any sample code available atm. however what you probably need to do is have a url hanlder for returning just the image, and then a different one for the html page which includes then has a typical img tag for the image url. and you can test by hitting a browser to the image url and should get just the image in your browser --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
