Replies: 1 comment
-
Instead of passing in the File itself you could simply pass in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Error result on the API:
org.apache.tomcat.util.http.fileupload.FileUploadException: the request was rejected because no multipart boundary was found
My Action:
Tried to remove "Content-Type": "multipart/form-data" from headers but got another error:
Current request is not a multipart request
my form element:
<Form method="post" encType="multipart/form-data"></Form>
Beta Was this translation helpful? Give feedback.
All reactions