[Zope] how to upload a batch of files????

Dieter Maurer dieter@handshake.de
Sat, 1 Sep 2001 23:37:04 +0200 (CEST)


Robert Rottermann writes:
 > I would like to be able to upload a batch of files to Zope.
 > What I have in mind is something like having a textbox where I list the
 > files to be uploaded from where some magical function reads the names and
 > does the upload.
 > Is this feasible or have I to stick with a single file per action approach??
Zope by itself cannot reach your client machine. It needs help
by a program running on that machine.

Options:

  * Can you not use "load_site" to upload the files?

  * Recently, there has been a discussion about Drag&Drop into
    Zope.
    Instead of entering the name of file to upload in a textbox
    (quite tedious and error prone) you would simply drag&drop
    the files (much easier).
    It is not yet clear how to implement the D&D.

    Search the archives for the thread.


Dieter