Any idea how to upload Blob using ```submitFormWit...
# javascript
u
Any idea how to upload Blob using
Copy code
submitFormWithBinaryData
I'm using HttpClient(Js)? formData.append didn't work.
t
Probably it would be better to ask question in #C0A974TJ9 channel
u
It's browser specific
a
Unfortunately, the only way to send a Blob is to read it entirely into memory. For more info, please see https://youtrack.jetbrains.com/issue/KTOR-4246.