#2070: Large streaming uploads
----------------------------------------+-----------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jacob
Status: assigned | Component: Core framework
Version: SVN | Resolution:
Keywords: streaming, upload, large | Stage: Accepted
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 1
----------------------------------------+-----------------------------------
Comment (by SmileyChris):
I also tidied up the code a bit (just white space tweaking mostly).
I noticed that currently, you need to set an upload directory even if you
are using a middleware which overrides the `FileProgressDescriptor` of
`request` because of calls like this in `http.__init__`:
{{{
if self._progress_filename:
self._request.file_progress = {'state': 'done'}
}}}
I'm not sure if relying on `_progress_filename` is the best way to do
this.
--
Ticket URL: <http://code.djangoproject.com/ticket/2070#comment:133>
Django Code <http://code.djangoproject.com/>
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 [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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---