: Odesílatel: 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.
On Mon, 2003-03-24 at 08:47, Jaroslav Lukesh wrote:
: Odesílatel: 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
Thanks. (2) is useful Do you have a pointer for (1) ?
: Odesílatel: 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
Thanks. (2) is useful Do you have a pointer for (1) ?
I think that's "FTP access". FTP or WebDav is a good way to upload multiple files to Zope. Although faster-than-light access to Zope would be slick. Also take a gander at "loadsite.py" in your utilities directory. If you're on the same machine, you might also use LocalFS. --jcc
participants (3)
-
glxrd -
J Cameron Cooper -
Jaroslav Lukesh