cloudconvert / cloudconvert-dotnet

CloudConvert .NET SDK
Other
20 stars 15 forks source link

Fix UTF8 filenames #19

Closed josiasmontag closed 1 year ago

josiasmontag commented 1 year ago

MultipartFormDataContent for some reason creates invalid filename values which results in filenames like =?utf-8?....

This PR tries to fix this by manually encoding the filenames.