23 Sep
2005
23 Sep
'05
8:44 p.m.
my second question is, .. is file system directory view what I want. Again, I want to store files in the unix file system, expose those to zope, then store meta data on each of those image in zodb.
What metadata do you want to store? and, can you store that in the filesystem too? With FSDV's you normally store metadata for the file named 'foo' in a file named 'foo.metadata'. There are some examples under the 'tests' directory of CMFCore. -PW