07-21-2022 09:14 AM
My application need to post both text and file as following.
And I have tested it successfully with postman.
I have tried content-type with "multipart/form-data" and the post could only post string or file as one time.
And the "post multipart" seems only support to upload file with name description.
Have been bothering for a long time. Hope someone could help me.
07-29-2022 02:43 AM
Have you thought about using content-type JSON instead?