JS data URI -> Blob #157
Answered
by
andreiciobanica
andreiciobanica
asked this question in
Q&A
|
Hello, I'm seeking for some help because really I don't know what causes the: `Bad Request and the error message: "no multipart boundary param in Content-Type". Here's my code: |
Answered by
andreiciobanica
Apr 25, 2024
Replies: 2 comments 1 reply
|
Seems that specifying Sadly :( |
0 replies
Answer selected by
andreiciobanica
|
What exactly are you trying to do? If you want to upload something with a script, using the API would be a better solution |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems that specifying
'Content-Type': 'multipart/form-data'concludes to that error.Sadly :(