On Thu, Mar 26, 2009 at 03:49, Olivier Nicole <on@cs.ait.ac.th> wrote:
Hi,

I am pretty new to Zope. We need to install a site for our University
department. On this site, we plan to store number of big files, like
posters, student thesis, research papers, etc.

I understand that ZODB is not the best storage for this sort of
documents, but that we should rather use something like File System
Storage for example.

I just build a new Zope instance (buildout) and have Zope 2.10.6-final
running along with Plone 3.2.1.

Very, very often discussed on the plone-users lists: use iw.fss or plone.app.blob
(check the plone-users list archives).

Andreas