[Zope3-Users] What is the difference between acquisition and trivial?

2007-02-28 Thread Alex Cheng
Thanks. -- powered by python ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Cannot view the instances after I refresh the product in ZMI

2007-02-26 Thread Alex Cheng
Hello, I have modified my product code and click refresh in ZMI to update the product. Unfortunately when I view its instance in zope. The error message is follows: *Error Type: TypeError* *Error Value: 'NoneType' object is not callable Could you help me? Thanks. *-- powered by python

[Zope3-Users] How can I bind zope3 with svn?

2007-02-13 Thread Alex Cheng
Hi all, I am programming on zope2.9, and it is a bit large project which contains many zope objects, such as, External Method, Python Script, and DTML Document. I wish I can manage my zope source as a group of files, rather than a group of objects in Zope. Actually I need create new objects

[Zope3-Users] How to provide user to upload a large file(100M) with zope

2007-02-06 Thread Alex Cheng
I create a website with zope, but I need let my customers upload files from HTTP. How to provide user to upload a large file(100M) with zope? Thank you. :) -- powered by python ___ Zope3-users mailing list Zope3-users@zope.org

[Zope3-Users] Will zope server crash when uploading huge files in the same time?

2007-02-06 Thread Alex Cheng
I design to use zope as our website, which users can upload their files. I am afraid that it will crash when a few malicious users upload huge files at the same time. Is there any machanism to avoid it in zope system? Thanks, Alex. -- powered by python