[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
http://mail.zope.org/mailman/listinfo/zope3-users


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

2007-02-06 Thread Maciej Wisniowski

 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?
Maybe http://www.infrae.com/products/tramline can help you.

-- 
Maciej Wisniowski
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


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

2007-02-06 Thread Stephan Richter
On Tuesday 06 February 2007 04:16, Alex Cheng wrote:
 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?

Have a look at z3c.extfile. It uses a WSGI middleware to store files in a 
directory and only stores a hash in the ZODB. Note that the trunk version of 
the ZODB also has blob support, which has a similar approach. The nice thing 
about z3c.extfile is that it does not go through the publisher at all.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users