posting a file using multipart-form #1615
Unanswered
brandonbryant12
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like to discuss?
I am trying send a POST with a large json object and need to avoid nginx's default requirement for body size to be under 1mb.
So I am trying to send a request with the JSON object and attach it as a file.
Any suggestions on how to do this?
Is it possible to send a request with content-type being
multipart/form-data
and attaching a file only?Beta Was this translation helpful? Give feedback.
All reactions