On Sat, Apr 19, 2008 at 9:00 PM, Christophe Combelles <[EMAIL PROTECTED]> 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.
-- 
Benji York
Senior Software Engineer
Zope Corporation
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to