Uploading multiple documents simultaneously using "files[]"
Monday, June 26, 2017 at 01:11pmHi,
I am attempting to create a package with multiple documents using the "files[]" multipart form field, but I always get back this message:
{
"messageKey": "error.validation.package.wrongNumberOfFiles",
"technical": "Number of uploaded files does not match number of documents specified in package.",
"message": "Number of uploaded files does not match number of documents specified in package.",
"code": 400,
"name": "Validation Error"
}
This has led me to dig into the package JSON and I can't seem to figure out how the items in the "documents" JSON collection are supposed to correlate to the files themselves. For example, if I am creating a new package with "file1.pdf" and "file2.pdf", how does eSignLive know which metadata entry within the "documents" JSON collection goes with each file?
Reply to: Uploading multiple documents simultaneously using "files[]"
Monday, June 26, 2017 at 07:04pmReply to: Uploading multiple documents simultaneously using "files[]"
Tuesday, June 27, 2017 at 05:17amReply to: Uploading multiple documents simultaneously using "files[]"
Tuesday, June 27, 2017 at 07:27am