Multipart form seems to strip parents from file paths #2542
Unanswered
valentinegb
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The first string is You can override that using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, if I use
curl
to make a request like the following:it results in the server having
file.txt
in a folder calledfolder
. However, making a request with reqwest like so:it results in the server having
file.txt
alone.I've tried investigating this for a bit now but I really don't know what's going wrong here. I'm not sure if this is my fault, reqwest's fault, or the API's fault. Some help would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions