douwe@oberon.nl wrote: > > I would like to return a zip file from zope. I found a file zipfile152.py as > part of ZipFolder, but the ZipFolder product itself seems to only support > uploading of zip files. I would like to do the opposite. Any other > suggestions? Load at python's zipefile module and write an external method? http://www.python.org/doc/current/lib/module-zipfile.html cheers, Chris