Unclear from documentation how to supply extra fields to upload POST requests. #9961
mstone121
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
From the documentation:
payload/docs/upload/overview.mdx
Lines 306 to 308 in 4c3e41b
This makes it seem like I can just add extra fields to the form data, but this didn't work. I had to add a JSON string of my data to the
_payload
field:I think this could be more clear from the documentation.
Beta Was this translation helpful? Give feedback.
All reactions