Comment 6 for bug 1363348

Revision history for this message
Jason Hobbs (jason-hobbs) wrote : Re: Image uploads from the cli fail when file size is greater than 47406

By editing django/http/multipartparser.py to force a chunk size of 2**31-4, I was able to upload a full sized image successfully. Time for bed.