On 29 Cze, 22:15, umrzyk <[EMAIL PROTECTED]> wrote: > hi there, > i would like to give my users ability to upload a huge (i.e. 10-20 MB) > files, mostly images. standard uploading using django newforms and > FileField is at the moment not an option. it kills my > server immediately. recently i read about streaming upload, and.. wow, > that's it! so i patched my django sources with 2070-r7728.patch (no > conflicts) and gave it a try. [cut] ok, the issue is resolved now. after an hour of IRC chatting with Mike, it occured that was problem neither with apache/nginx nor with my code. I have just pulled older revision from svn and applied 2070 patch by myself. Although there were no conflicts then, something was not working. Today i updated django from svn once again. as Mike said 2070 has been commited to the trunk few days ago so there is no need to apply it again by hand. Now everything works like a charm.
thanks for your help, michal. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---