[Zope-DB] Loading an image in zope
Cliff Ford
Cliff.Ford at ed.ac.uk
Wed Mar 16 03:05:59 EST 2005
Your question is a bit too vague for a precise answer. What database are
you referring to - it could be the ZODB (Zopes own object database), an
external relational database that you are trying to get images into and
out of (like Oracle, Postgres or MySQL) or just a collection of images
stored as files? Are you stuck trying to upload an image to Zope, or
displaying an image in a web page?
If the images are in the ZODB you use a standard img tag for display. If
the images are elsewhere you need a script to get the image for display,
either from a relational database or the file system. There are also
products for managing images.
Cliff
srikanth wrote:
> Hi
>
>
>
> I am new to zope. I am developing a small site for my company.In my site
> I need to load an image whose path is stored in the database somewhere
> on the harddisk.
>
> How would I be able to do that. Because I tried and zope doesn’t show
> any image even if the path Is correct one.
>
>
>
>
>
>
>
> Any help would be greatly appreciated.
>
> ta
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.859 / Virus Database: 585 - Release Date: 2/14/2005
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Zope-DB mailing list
> Zope-DB at zope.org
> http://mail.zope.org/mailman/listinfo/zope-db
More information about the Zope-DB
mailing list