Re: File upload streaming bytes

2006-11-17 Thread [EMAIL PROTECTED]
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

Re: File upload streaming bytes

2006-11-16 Thread [EMAIL PROTECTED]
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

Re: File upload streaming bytes

2006-11-16 Thread wiswaud
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

Re: File upload streaming bytes

2006-11-15 Thread [EMAIL PROTECTED]
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

File upload streaming bytes

2006-11-15 Thread adam
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