-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Context
When you upload only one file, the "map" attribute sent in the multipart request look like this:
map: {"0":["variables.contractor.driversLicense.licenseFile.file"]}
But when you try to upload more than one file, the map changes and look like this
map: {"0":["0.variables.contractor.driversLicense.licenseFile.file"],"1":["1.variables.contractor.signedContract.file"]} 0: (binary)
(notice the number before the "variables" part) which doesnt follow the spec.
If I remove the number before the "variables" string and send a cURL the server handles the upload properly
What type of feedback is this?
- Question
- Idea
- Bug
- New example or operation collection
coeing
Metadata
Metadata
Assignees
Labels
No labels