Closed jone closed 6 years ago
When uploading files and also filling other form fields with unicode values, there was an error on the MIME preparation when reading the StringIO value.
The problem is fixed by ensuring that we always use UTF-8 when inserting MIME part values.
When uploading files and also filling other form fields with unicode values, there was an error on the MIME preparation when reading the StringIO value.
The problem is fixed by ensuring that we always use UTF-8 when inserting MIME part values.