Re: Streaming uploads to temp files

2006-03-26 Thread Istvan Albert
> But I have concerns about performance in the common case. File upload is inherently a slow process strictly limited by the connection speed so it is not clear that any kind of performace problems would be noticable at all (even if there were such problems) Loading files into memory is *extreme

Re: Streaming uploads to temp files

2006-03-26 Thread Ivan Sagalaev
Istvan Albert wrote: >And by the way, thanks for the nice patch Ivan. I'm (re)writing an >application to Django and would have never done so had there not be >this hope that this issue will be settled properly. > > Then you will like another one :-). This week I'll try to implement a solution