Storing and Retrieving Images from Database using Python

Posted by tamizh_geek on Stack Overflow See other posts from Stack Overflow or by tamizh_geek
Published on 2010-03-19T12:08:27Z Indexed on 2010/03/19 12:11 UTC
Read the original article Hit count: 193

Filed under:
|

Hi,

I want to store the images related to a each person's profile in the DB and retrieve them when requested and save it as .jpg file - and display it to the users.

How could I render the image data stored in the DB as an image and store it locally??

© Stack Overflow or respective owner

Related posts about python

Related posts about image-manipulation