RE : [Zope] About uploaded files...
-----Message d'origine----- De : Max M [mailto:maxm@mxm.dk] Envoyé : vendredi 11 juillet 2003 14:38 À : Gelin Patrick Cc : zope@zope.org Objet : Re: [Zope] About uploaded files...
Gelin Patrick wrote:
Hi,
I'm looking for information about uploaded files. I would like to know how files like Microsoft WinWord documents are stored when I use CMF or Plone. Are they stored inside ZODB or to a file system? What I'm afraid is that ZODB size explodes... We are expecting more than 30000 users with a lot of document's upload.
You have several different options. But if you just upload a file through the web interface, it will get stored in the ZODB.
But there are ways to get them stored in file directory instead.
The best approach depends on what you want to acheive.
regards Max M
I prefer to store files to a file system inside a specialized server, but I would like to make full text research even if files are not stored inside ZODB...
participants (1)
-
Gelin Patrick