Re: file upload RAM buffer or stream to tmp

2008-01-16 Thread gwhit
Proably because django when written only file uploading being done was the reporters/editors. So you kinda have to trust them to not DDos you. On Jan 14, 6:15 pm, "Vance Dubberly" <[EMAIL PROTECTED]> wrote: > James, > > So very true. I tell you what, I've been meaning to contribute > something t

Re: file upload RAM buffer or stream to tmp

2008-01-14 Thread Vance Dubberly
James, So very true. I tell you what, I've been meaning to contribute something to the project because it is a very nice framework but at this point I have a week to do this and getting code into trunk takes longer than a week. With cherrypy I can just write a Tool that filters the request bef

Re: file upload RAM buffer or stream to tmp

2008-01-14 Thread Brot
On Jan 14, 7:56 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On Jan 14, 2008 12:01 PM, Vance Dubberly <[EMAIL PROTECTED]> wrote: > > > Kind of a bummer, guess I'll be using cherrypy for this project. Was > > hoping to use django but it looks like there is no way to hook into > > the request re

Re: file upload RAM buffer or stream to tmp

2008-01-14 Thread James Bennett
On Jan 14, 2008 12:01 PM, Vance Dubberly <[EMAIL PROTECTED]> wrote: > Kind of a bummer, guess I'll be using cherrypy for this project. Was > hoping to use django but it looks like there is no way to hook into > the request response loop before the request is parsed. :( If streaming uploads are vi

Re: file upload RAM buffer or stream to tmp

2008-01-14 Thread Vance Dubberly
Thanks manI suppose I should have just RTFC :D Kind of a bummer, guess I'll be using cherrypy for this project. Was hoping to use django but it looks like there is no way to hook into the request response loop before the request is parsed. :( Please tell me I'm wrong. Vance On Jan 14, 20

Re: file upload RAM buffer or stream to tmp

2008-01-14 Thread Sebastjan Trepca
I'm afraid it still uses memory: http://code.djangoproject.com/browser/django/trunk/django/http/__init__.py#L100 Sebastjan On 1/14/08, Vance Dubberly <[EMAIL PROTECTED]> wrote: > > Does django still buffer file uploads into RAM or is has it started > streaming to temp files yet? > > -- > To pr

file upload RAM buffer or stream to tmp

2008-01-13 Thread Vance Dubberly
Does django still buffer file uploads into RAM or is has it started streaming to temp files yet? -- To pretend, I actually do the thing: I have therefore only pretended to pretend. - Jacques Derrida --~--~-~--~~~---~--~~ You received this message because you a