Re: (Very) Large File Upload - mod_python MemoryError

2008-04-09 Thread Mike Axiak
I'm am one of the authors of the 2070 patch [1]. Indeed, it is what will help you here. However, I'm not sure how it will work with your code as I don't really see the context and I'm not omniscient. However, here's how you'd write to files in #2070:: from django.core.files.filemove import f

Re: (Very) Large File Upload - mod_python MemoryError

2008-04-09 Thread Karen Tracey
On Wed, Apr 9, 2008 at 8:45 AM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > I'm using a non-Django form for a very large file upload ( I've never > used FileField, because they used to give me problems, and this code > has worked forever for smaller files ). > > It seems to work great with f