Storing and Retrieving Images from Database using Python
- by tamizh_geek
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??