[Zope3-Users] demostorage does not support blobs
Christophe Combelles
ccomb at free.fr
Sun Apr 20 04:52:38 EDT 2008
Benji York a écrit :
> On Sat, Apr 19, 2008 at 9:00 PM, Christophe Combelles <ccomb at free.fr> wrote:
>> Hello,
>>
>> I can successfully upload a zope.app.file.File with testbrowser,
>> but with zope.file.file.File (blob-based), I get this error 500:
>
> add "browser.handleErrors = False" just before you make the call that
> raises the exception and you'll see what the underlying exception, not
> the 500 the publisher generates.
Ah ok thanks:
Unsupported: Storing Blobs in <ZODB.DemoStorage.DemoStorage instance at
0xb6fb8dcc> is not supported.
More information about the Zope3-users
mailing list