[Zope] storing files external from Zopedatabase
Jerome Alet
alet@unice.fr
Fri, 20 Jul 2001 11:11:33 +0200 (MET DST)
On Fri, 20 Jul 2001, C. Koehler wrote:
> how is it possible to upload and store files external
> from the database of Zope?
> I've got a lot of pdf-files to store and the maximum of 2GB
> space isn't fare away then. [Zope can only store
> 2GB all in all, or not?]
This limit was only with certain versions of Linux.
> so- how do I upload and store files external?
> [Do I have to define a new product or is there already one?]
Either create an external method which stores your files outside of Zope
or use the LocalFS Zope Product.
bye,
Jerome Alet