On Jun 9, 7:15 pm, Jiahua Huang <[email protected]> wrote:
> class img:
> def GET(self):
> web.header('Content-Type', 'image/png')
> return "***BASE64 ENCODED STRING HERE***"
Solved. but returned should be docoded.
Thanks jiahua :)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---