How to send multiple files dynamically in one package.(JAVA SDK)
Sunday, November 19, 2017 at 10:14pmHi,
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
Reply to: How to send multiple files dynamically in one package.(JAVA SDK)
Monday, November 20, 2017 at 04:17ameslClient.uploadDocument(document, packageId);
or you can create a Document object for each pdf document, add them to your DocumentPackage object, and then make youreslClient.createPackage(pkg);
call.Reply to: How to send multiple files dynamically in one package.(JAVA SDK)
Wednesday, December 26, 2018 at 01:53pmReply to: How to send multiple files dynamically in one package.(JAVA SDK)
Thursday, December 27, 2018 at 05:58amHi Danish, Please refer to the replies in your latest thread. Duo