On Feb 18, 2008 10:49 AM, Gilles Lenfant <[EMAIL PROTECTED]> wrote: > Enfold people are in the hall of fame of the Plone developers galaxy, > thus have good reasons (I missed) to plug the blob stuff at field > level rather than at storage level.
Yes, the standard FileField was highly inefficient for handling Blobs, and right now it is midly inefficient, but still inefficient. So we created a BlobField that knows it will be handling blobs and skips most of the dance that the FileField does. -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
