[Zope] Help! publishing Images from a Database

Mohan Baro mcbaro@uwimona.edu.jm
Thu, 7 Dec 2000 13:58:21 -0500


Can anyone help me to

I want to know how I can publish images stored in a SQL database.

I am trying to create an online photo album that stores images in a
database.
The features I want to implement are:

RetrieveImage, UpdateImage, InsertImage



I am running zope on linux mandrake and use ZSever
The database I am currently using is MySQL on MySQLDA (MySQLdb non-binary
dist.)

Mo.