Re: Large Files and WebDAV
Sidnei da Silva <[email protected]>
| Newsgroups | gmane.comp.web.zope.coders |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Nov 04, 2004 at 07:10:48AM +0100, Andreas Jung wrote: | The patch looks fine to me. Maybe merge it into the SVN first and let us | test it there | a bit. You mean merge to the trunk? It's in a branch currently. http://svn.zope.org/Zope/branches/dc-large_file-branch/ | This patch not only affects uploads through WebDAV but also through FTP and | HTTP POST, right? Right. However FTP needs more fixing in ZServer/FTPServer.py the file is read into a StringIO(), thus defeating the purpose. It should use the same approach as HTTPServer.py and read into a temporary file IMHO. I don't have the resources to fix that right now but can come back to it in the future. -- Sidnei da Silva <[email protected]> http://awkly.org - dreamcatching :: making your dreams come true http://www.enfoldsystems.com http://plone.org/about/team#dreamcatcher Real Users never use the Help key.