What happened and how can we reproduce this issue?
Hello, sorry to bother you
I am developing a KMP project and using Ktorfit as my networking tool. When uploading files, I noticed that the headers are not being added. I am not sure why this is happening, but using Ktor's submitFormWithBinaryData for file uploads works successfully. Could you please take a look?
Ktorfit version
2.0.0
What happened and how can we reproduce this issue?
Hello, sorry to bother you I am developing a KMP project and using Ktorfit as my networking tool. When uploading files, I noticed that the headers are not being added. I am not sure why this is happening, but using Ktor's submitFormWithBinaryData for file uploads works successfully. Could you please take a look?
API
Ktorfit
Ktor
Log: ---28623c11-520381fc-52c6673d2198767a17754b66-418595641f2bf0b7e70fa8b-40 Content-Disposition: form-data; name=client_msg_id Content-Length: 9 ---28623c11-520381fc-52c6673d2198767a17754b66-418595641f2bf0b7e70fa8b-40 Content-Disposition: form-data; name=company_id Content-Length: 2 ---28623c11-520381fc-52c6673d2198767a17754b66-418595641f2bf0b7e70fa8b-40 Content-Disposition: form-data; name="" Content-Length: 47
io.ktor.http.content.PartData$BinaryItem@a06930 ---28623c11-520381fc-52c6673d2198767a17754b66-418595641f2bf0b7e70fa8b-40--
What did you expect to happen?
This can work , i wish
Is there anything else we need to know about?
No response