[Zope] Testing For Filesize

Terry Babbey terry@lambton.on.ca
Mon, 10 Jul 2000 12:19:54 -0400


I am trying to create a automated drop down list, and here is my code
so far:
<form NAME="BOOGER">
<SELECT name="myList">
<dtml-in "objectValues(['DTML Document'])">
<OPTION value='<dtml-var id>'><dtml-var title></OPTION>
</dtml-in>
</SELECT>
</form>
I would like to be more specific though and only list files of zero
byte size. Is this possible?

Terry

--
__________________________________________________________________
Terry Babbey
Technical Support Specialist
Lambton College, Sarnia, Ontario, Canada
__________________________________________________________________