21 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
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 i
Forum topic
OneSpan Sign
Hello OneSpan team, Could you please tell is it possible to upload multiple signature images (like '.../signature/image')?So logged-in signer can choose between them? Thanks,Illia
Forum topic
OneSpan Sign
I am in a beginner label.So I need to download file it may be json or octat stream.But I dont know how to download file for concurrent user.Actually I have to do performance testing for Api.
Thanks in advance
Imran
Forum topic
OneSpan Sign
Hi,
I have to send number of files in one package but number of files and there location path are passed as input argument.
User may send one file or more than one files.
I am not able to find the way how I dynamically include files to package.
Danish
Forum topic
OneSpan Sign
We are trying to add multiple documents with Meta Data to the REST API in a single call.
We are able to add a single document with meta data using a call like
POST /api/packages/CexKAcIADCrhmET2TheZdEtnnQA=/documents/ HTTP/1.1
Host: sandbox.esignlive.com
Authorization: Basic XXXXXXXXXXXXXXXXX
Forum topic
OneSpan Sign
OneSpan recently implemented "Signers can now: (1) upload one or more supporting documents to a transaction before the transaction is completed; (2) upload multiple documents in a single attachment.".
Forum topic
OneSpan Sign
Is it possible to send multiple documents via one API call and one transaction?
This is similar to the code in the example, can I just append each file to a new form for the MultipartFormDataContent?
ByteArrayContent content = new ByteArrayContent(fileByteArray);
c
Forum topic
OneSpan Sign
Hi!
I have been trying to upload multiple documents with a post request to '/api/packages' (the sandbox) url and getting getting the error indicating the number of documents sent in the payload is different from what I attached,
Could have a look at the code and let me know, what I am missing?
Forum topic
OneSpan Sign
Hello,I am currently involved in a project that consolidates multiple documents into a single, large PDF file.Each original document within this PDF includes the text "CL-SIG," which indicates where a signature box should be placed.
Forum topic
OneSpan Sign
Hi eSignLive Team,
I am working on an integration between eSign Live and Ebix Inc.