[Zope] ExtFile
Dieter Maurer
dieter@handshake.de
Tue, 13 Aug 2002 21:37:14 +0200
urs writes:
> this is a very specific question about the ExtFile product.
> i started a project with the ExtFile FLAT-configuration. now i need
> to work with the same files on the same zope-instance with the
> HIERARCHICAL-configuration ... any ideas how to update my old files ?
I would make a script that copies the content from the old ExtFiles to
new ExtFiles. "ExtFile" has a "uploadFromURL" (called similar) you can
use for this.
Dieter