-
-
Notifications
You must be signed in to change notification settings - Fork 538
Closed
Description
For my POST service when I use the option "Try it out", upload image and choose Execute my curl call look like
curl -X POST "http://localhost:8080/my-service/api/documents" -H "accept: */*" -H "Content-Type: multipart/form-data" -F "files=[object File]"
And I get response that no files are sent. And the curl call looks like it's missing file location or I'm wrong?
Metadata
Metadata
Assignees
Labels
No labels