I installed LocalFS,
which is pretty cool because I need to add large files for users, but I need to
use the dtml-tree tag to list the folders contents. When I use it normally
it doesn't work:
<dtml-tree
LocalFSFolder branches="objectValues" sort="id">
<dtml-var id>
</dtml-tree>
I have tried
several different options, and I have searched the internet and newsgroups, but
I haven't found much. Any help is appreciated.
Thanks!