How can I post a file to an endpoint? #1894
-
What would you like to discuss?Hi there! I'm trying to post an mp3 file along with other data to a REST endpoint, but I can't find an example of how to do that. Is it even possible? Checklist
|
Beta Was this translation helpful? Give feedback.
Answered by
sindresorhus
Oct 15, 2021
Replies: 1 comment
-
|
It really depends on what the endpoint accepts. There's not enough information here to answer you specifically. The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sindresorhus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It really depends on what the endpoint accepts. There's not enough information here to answer you specifically. The
bodyoptions accepts aFormDatainstance, which can often be used for this purpose.