You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading a file using a form with enctype set to multipart/form-data, a UTF-8 encoded filename containing german umlauts such as äöü.jpg seems to be interpreted as ISO-8859-1 when using Cro::HTTP::Body::MultiPartFormData and Cro::HTTP::MultiValue
The result I'm getting for äöü.jpg is this: äöü.jpg
The text was updated successfully, but these errors were encountered:
When uploading a file using a form with
enctype
set tomultipart/form-data
, a UTF-8 encoded filename containing german umlauts such asäöü.jpg
seems to be interpreted as ISO-8859-1 when usingCro::HTTP::Body::MultiPartFormData
andCro::HTTP::MultiValue
The result I'm getting for
äöü.jpg
is this:äöü.jpg
The text was updated successfully, but these errors were encountered: