Re: streaming upload

2008-07-04 Thread umrzyk
mediately. recently i read about streaming upload, and.. wow, > that's it! so i patched my django sources with 2070-r7728.patch (no > conflicts) and gave it a try. [cut] ok, the issue is resolved now. after an hour of IRC chatting with Mike, it occured that was problem neither with apache/ngi

Re: streaming upload

2008-07-03 Thread Mike Axiak
Hi jm, I've been trying to reproduce your problem with no success. Can you please post your nginx configuration (a safe version, obviously)? Also, if you stop by #django, my username is axiak. It might be easier to track this down in IRC. Cheers, Mike On Jul 2, 6:26 pm, umrzyk <[EMAIL

Re: streaming upload

2008-06-30 Thread Graham Dumpleton
On Jul 1, 7:48 am, umrzyk <[EMAIL PROTECTED]> wrote: > On 30 Cze, 03:51, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > > > You may have to to ask the author of nginxmod_wsgiwhether streaming > > uploads is even possible. > > > I vaguely remember from discussions, that due to nginxmod_wsgibeing

Re: streaming upload

2008-06-30 Thread umrzyk
On 30 Cze, 03:51, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > You may have to to ask the author of nginx mod_wsgi whether streaming > uploads is even possible. > > I vaguely remember from discussions, that due to nginx mod_wsgi being > an event driven system, rather than using a threaded model,

Re: streaming upload

2008-06-29 Thread Graham Dumpleton
mediately. recently i read about streaming upload, and.. wow, > that's it! so i patched my django sources with 2070-r7728.patch (no > conflicts) and gave it a try. here are the problems: > > - for small files (i didn't check what is a small file, i guess it's > something < 2.5MB

Re: streaming upload

2008-06-29 Thread Julien
t; server immediately. recently i read about streaming upload, and.. wow, > that's it! so i patched my django sources with 2070-r7728.patch (no > conflicts) and gave it a try. here are the problems: > > - for small files (i didn't check what is a small file, i guess it's > somethin

streaming upload

2008-06-29 Thread umrzyk
hi there, i would like to give my users ability to upload a huge (i.e. 10-20 MB) files, mostly images. standard uploading using django newforms and FileField is at the moment not an option. it kills my server immediately. recently i read about streaming upload, and.. wow, that's it! so i patched