> I think the question Istvan was asking was whether files are stored in > memory until they are written out as a single entity to the destination > file. And I believe this is correct: Django does not stream the incoming > content to the file as it receives it,
Yes, that is what I was asking about. I've been looking into porting an application to Django and for most part I liked what I saw. This implementation flaw however would be a project breaker for us. It is shame to have it work that way, since this practically precludes it from being a usable framework for many applications for wich file upload is an integral part. I'll try to take a look, maybe it is not too difficult to change it to have it stream to temporary file and have the file handle returned, instead the actual content. best, Istvan. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

