There is a problem with the multi part request parser: The data transmitted by the browser is already UTF-8 encoded, but the parser thinks it is Latin1 and does a transcoding.
Log in to post a comment.