On 2/4/03 4:16 PM, "Chris Beaumont" <cbeaumon@msri.org> wrote:
Hello,
I have a bunch of thumbnails that I would like to have access to in Zope. These thumbnails need to be accessible and replaceable through the filesystem. Ive looked at ExtFile and ExtImage and it seems as if these products are designed to be usable to manage filesystem objects through Zope. This isn't what I need, because they dont appear to show objects that were not added through Zope. What I need is a way to show a directory of images on the filesystem and test via DTML if an image with a given filename exists,,
It would also be nice if size data on the image was available, but thats not as important..
The crucial thing is that the images need to be managed, changed, etc. from outside of Zope via the filesystem..
-Chris
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
LocalFS should do it. http://sourceforge.net/projects/localfs