#2070: [patch] Large streaming uploads --------------------------------------+------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: jacob Type: enhancement | Status: assigned Priority: normal | Milestone: Component: Core framework | Version: Severity: normal | Resolution: Keywords: timezone, time zone, UTC | --------------------------------------+------------------------------------- Comment (by [EMAIL PROTECTED]):
Why do you say wsgi can't do this? It gives environ['wsgi.input'] to the handler that is a file-like object with uploading data. Handler then can read it in chunks (it actually does this in parse_file_upload). -- Ticket URL: <http://code.djangoproject.com/ticket/2070> Django <http://code.djangoproject.org/> The web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@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-updates -~----------~----~----~----~------~----~------~--~---