Join Slack
Powered by
Any idea how to upload Blob using ```submitFormWit...
# javascript
u
Umesh Solanki
05/06/2025, 12:35 PM
Any idea how to upload Blob using
Copy code
submitFormWithBinaryData
I'm using
HttpClient(Js)
?
formData.append
didn't work.
t
turansky
05/06/2025, 2:55 PM
Probably it would be better to ask question in
#C0A974TJ9
channel
u
Umesh Solanki
05/06/2025, 3:51 PM
It's browser specific
a
Aleksei Tirman [JB]
05/06/2025, 3:55 PM
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
.
Open in Slack
Previous
Next