[Zope] attaching binary files to zclasses
Dieter Maurer
dieter@handshake.de
Sun, 23 Feb 2003 21:10:17 +0100
jwsacksteder@ramprecision.com wrote at 2003-2-21 19:11 -0500:
> I want to create a zclass that has an image, some metadata properties, and
> two additional images. I can add the text metadata to the property sheets,
> but there is no type for binary data to add the other image. I am apparently
> think about this in the wrong way. What should I be doing?
Make your ZClass "folderish" (derive from "ObjectManager" or
"Folder" and store the complex objects as content.
Dieter