Comment 8 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

Or, the problem may be that django is counting the whitespace characters as part of the length of the chunk when it shouldn't be. I patched django to strip whitespace and things work fine.

The RFC for content transfer encoding says the whitespace should be there. https://www.ietf.org/rfc/rfc2045.txt