[Zope-dev] Re: Field for blobs?
Martijn Faassen
faassen at startifact.com
Tue Apr 15 12:54:22 EDT 2008
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
More information about the Zope-Dev
mailing list