10 Dec
2001
10 Dec
'01
4:50 p.m.
"Phillip J. Eby" wrote:
Gad! - are you saying you don't need to store a 1Mb .doc file into the ZODB, but can still index the thing, store the index information in the Zcatalog (presumably a lot smaller than 1Mb) and have the actual file accessible from a file system URL? If so, that's really neat!
Yep. By "URL path", though, I meant a *Zope* path. However it would be straightforward to create a Zope object that represents a filesystem path and does traversal/retrieval, assuming that one of the 'FS'-products out there doesn't already do this for you.
LocalFS would cover Tone's needs... Chris