#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 anonymous):
Break!
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\django\core\servers\basehttp.py",
line 272, in run
self.result = application(self.environ, self.start_response)
File "C:\Python25\lib\site-packages\django\core\servers\basehttp.py",
line 614, in __call__
return self.application(environ, start_response)
File "C:\Python25\lib\site-packages\django\core\handlers\wsgi.py", line
207, in __call__
request = WSGIRequest(environ)
File "C:\Python25\lib\site-packages\django\core\handlers\wsgi.py", line
78, in __init__
self.META['UPLOAD_PROGRESS_ID'] = self._get_file_progress_id()
File "C:\Python25\lib\site-packages\django\core\handlers\wsgi.py", line
187, in _get_file_progress_id
self._req.args)
AttributeError: 'WSGIRequest' object has no attribute '_req'
--
Ticket URL: <http://code.djangoproject.com/ticket/2070#comment:126>
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
-~----------~----~----~----~------~----~------~--~---