iriscouch/browser-request

Sending an image file using the form?

Closed this issue · 1 comments

Some encoding issue

---------------------------------702453823
Content-Disposition: form-data; name="profile_picture"

[object Object]
---------------------------------702453823--

Could almost use formData to get the binary and send it. Except, there is a bug limiting multiple fields in a forms. Sorry, no solution, I ended up using a different library.