Been working on a patch for streaming/ large file uploads.

http://code.djangoproject.com/ticket/1484

Reading bouandries done using 64kb chunks in FieldStorage to avoid
reading a large file without linebreaks.

Validation on filefields done using size of temporary file.

File being moved in _save_FIELD_file instead of written from memory.

Removed settings since content is still accessible as
new_data[field_name]['content']

Code cleanup still needed, will do this if the patch is acceptable.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" 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-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to