Found the issue, it has to be `MultiPartFormDataCo...
# ktor
m
Found the issue, it has to be
MultiPartFormDataContent
, not
FormDataContent
as the documentation wrongly states.
b
The documentation states that you should use
MultiPartFormDataContent
. But the example is indeed incorrect 👍 https://ktor.io/clients/http-client/calls/requests.html#multipart-form-data
e
Hi @bdawg.io, could you create the PR? 🙂
b
Already done :)
Thanks for the reminder :)
e
No problem, merged 🙂