[Zope] Re. Display an Image

Daniel G. Rusch drusch@globalcrossing.com
Mon, 24 Jan 2000 14:36:11 -0600


After you've created a Zope image object, named "image1", in the
subdirectory named "subdir" you can render it explicitly like so:

<image src="/subdir/image1"

I guess I didn't explain the problem I am having very clearly. I have
used the Image Product in the past the problem I am having is that when
I create an Image Object in Zope the image needs to be on my local
machine? My image(s) are on the server?

Am I missing something?