Re: Large Files and WebDAV
Andreas Jung <[email protected]>
| Newsgroups | gmane.comp.web.zope.coders |
|---|---|
| Message-ID | <1C21D7E85D45165F25628203@[192.168.0.102]> |
--On Mittwoch, 3. November 2004 18:29 Uhr -0200 Sidnei da Silva <[email protected]> wrote: > Hello, > > I've made some changes to webdav.NullResource and added a ZConfig > directive to control the threshold where temporary files are created > for big requests. NullResource uses this threshold to decide between > reading a chunk of the file and reading the whole file when calling > the PUT_Factory. > > If anyone could quickly review the changes, the patch is attached and > I've created branches from 2.7 and trunk which are ready to merge, > just pending a OK from the powers-that-be. The patch looks fine to me. Maybe merge it into the SVN first and let us test it there a bit. This patch not only affects uploads through WebDAV but also through FTP and HTTP POST, right? Andreas