[Zope-CMF] Upload multiple files as Document

seb bacon seb@jamkit.com
19 Dec 2001 11:26:53 +0000


On Wed, 2001-12-19 at 10:32, Jan Ulrich Hasecke wrote:
> Hi,
> 
> is it possible to upload -- maybe with a modified loadsite-script --
> multiple files to a cmf-site as Content-Type Document? 

Yes.  Use the content_type_registry in the root of the portal to define
which file extensions (or content-types, etc) are associate with which
CMF Types.  Then use ftp or webdav to upload all the files in question. 
You can define metadata for these files as rfc822 style headers at the
top of each file.

seb