[Zope] Local File System
Tom Scheidt
Tom Scheidt" <tom@falsemirror.com
Thu, 18 May 2000 17:44:52 -0400
Hi and thanks,
I want to view images in a local fs on a web page so i have:
<dtml-with images>
<dtml-in images start=0 size=50 orphan=0 reverse>
<img src="<dtml-var "(THE IMAGE ID'S)">"><br>
</dtml-in>
</dtml-with>
I've read that I can get the filenames as id's by using
getObject, but I can't seem to make it work.
Tom Scheidt | www.falsemirror.com | tom@falsemirror.com
----------------------------------------------------------------------------
-----------