[Zope] Add File

Jaroslav Lukesh lsh@wo.cz
Mon, 24 Mar 2003 09:47:11 -0000


: Odes=EDlatel: glxrd <glxrd@compuserve.de>
: My users may have to upload a large number of files to Zope and they
: would prefer to do so at once.

You could use

1. FTL access
2. ZipFolder product

(2) you will pack content and upload from ZMI. But aware, zipFolder does
not unpack files >4MB, you need to define bigger constant in ZipFolder
source to allow that.

JL.