[Zope] Getting pictures from filesystem
Dieter Maurer
dieter@handshake.de
Wed, 31 Oct 2001 23:13:05 +0100
Gitte Wange writes:
> I need to display some pictures in a zope site. These pictures are
> located in the filesystem in Zope's var dir. (There is a reason for this
> and it cannot be changed).
>
> I was wondering if I could create some sort of external method or
> something in order to get the content of the image file.
>
> Are there anyone else who have tried something like this ?
"LocalFS", "ExtFile" or a simple external method (--> mailing list archives,
post from me)....
Dieter