lambda-multipart-parser
lambda-multipart-parser copied to clipboard
Handling special characters
When I try to parse data that contains a special characters like "é", the result is "�".
Did you find a solution for this?
EDIT: you can set defCharset: 'latin1', for busboy and it will work properly