15 Apr
2008
15 Apr
'08
4:54 p.m.
Hi there, Christian Zagrodnick wrote:
I'd need a zope.schema field for blobs. Should this go directly to zope.schema or some third party package?
Something like
bla = zope.schema.Blob(title=...)
would be nice to have.
If you mean using blobs for file storage, see megrok.form, which in turn uses collective.namedblobfile for the actual field and widget. Regards, Martijn