Re: FileUploadHandler not called in realtime

2009-04-20 Thread TK
legutierr wrote: > Thomasz- Have you figured out a solution to this problem?  Did you log > a bug in the defect tracker? No and no. Never thought it might be connected to Django in any way if it's already in the docs and everything. Might well be worth a try. I will file a bug report today. Let

Re: FileUploadHandler not called in realtime

2009-04-16 Thread legutierr
I am experiencing exactly the same problem with Apache running against FastCGI on a Mac. It would seem that the problem is on the Django side, not on the webserver side if this is the case. Thomasz- Have you figured out a solution to this problem? Did you log a bug in the defect tracker? --~--~

FileUploadHandler not called in realtime

2009-03-02 Thread TK
Hi, I've got a problem with limiting the maximum size of a file uploaded to my webapp. I subclassed FileUploadHandler and everything is working fine, but only with Django development server. When running on lighttpd or nginx with mod_fastcgi (actually it behaves the same with apache + mod_python)