#2070: Large streaming uploads
---------------------------------------------------------------+------------
Reporter: [EMAIL PROTECTED] | Owner:
axiak
Status: new |
Component: HTTP handling
Version: SVN |
Resolution:
Keywords: streaming, upload, large, sprintsept14, feature |
Stage: Accepted
Has_patch: 0 |
Needs_docs: 0
Needs_tests: 0 |
Needs_better_patch: 1
---------------------------------------------------------------+------------
Changes (by avain <[EMAIL PROTECTED]>):
* needs_better_patch: 0 => 1
* has_patch: 1 => 0
* component: Core framework => HTTP handling
* needs_tests: 1 => 0
Comment:
I've tested streaming.7106.patch. It works for the upload file with 860MB.
However I tested it with 1.5G. It fails. The message is below.
{{{
Request Method: POST
Request URL: http://192.168.1.4/imagecity/upload/
Exception Type: MemoryError
Exception Value: out of memory
Exception Location: /usr/lib/python2.5/site-
packages/django/http/multipartparser.py in _read, line 285
/usr/lib/python2.5/site-packages/django/http/multipartparser.py in _read
285. self._file.write(data[start:end]) ...
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/2070#comment:233>
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
-~----------~----~----~----~------~----~------~--~---