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. Alternatively, is there a way to have zope upload all the files located in a folder on the local file system? Thanks, John Hunter
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
John Hunter writes:
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.
Alternatively, is there a way to have zope upload all the files located in a folder on the local file system? The mailing list archives have several threads about this issue.
There is no easy solution but several suggestions for more complex ones... Dieter
participants (3)
-
Dieter Maurer -
Jerome Alet -
John Hunter