You can take a look at this patch
http://code.djangoproject.com/ticket/2070
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-developers@googleg
wiswaud wrote:
> sorry to butt in, but it's quite interesting to me too...
>
> [EMAIL PROTECTED] a écrit :
>
> > If I understand what you want to do, the quick answer is that you can't
> > do it. Even at the level of mod_python, sending back a response before
> > all data has been read is unlikel
sorry to butt in, but it's quite interesting to me too...
[EMAIL PROTECTED] a écrit :
> If I understand what you want to do, the quick answer is that you can't
> do it. Even at the level of mod_python, sending back a response before
> all data has been read is unlikely to prevent the client from
adam wrote:
> I have a full-fledged Django application. I have a small function of
> this application that needs to receive partial files. I'm looking for
> direction on how best to implement this in Django (or in python in
> general).
>
> I want to create a handler that allows me to receive the
I have a full-fledged Django application. I have a small function of
this application that needs to receive partial files. I'm looking for
direction on how best to implement this in Django (or in python in
general).
I want to create a handler that allows me to receive the first 1k of
data from a