26 Feb
2002
26 Feb
'02
7:06 p.m.
On Tue, Feb 26, 2002 at 12:38:19PM -0600, John Hunter wrote:
Is it possible to upload multiple files using a dialog box in zope, so that the user can select with a mouse several files at once and have them all uploaded into the zope file system.
AFAIK no.
Alternatively, is there a way to have zope upload all the files located in a folder on the local file system?
either loadsite from the command line, load_site is part of Zope. or use ZShell and its wget command, ZShell is available from http://cortex.unice.fr/~jerome/zshell/ and allows people to manage the ZODB with well known *nix commands from within the Zope's Management Interface. hth. Jerome Alet