Hello,,
do you have sample to show me how to use MultipartUploadMany action??
thank you
Hello,
I don't have a sample ready for you but it should be fairly simple. Just pass a list of type "MultipartAttachment" containing the Binary Data and File Name of each attachment to be uploaded. Everything is documented in the action/structure descriptions.
However currently there's a bug in which it seems that only the first file is uploaded multiple times (e.g. if the list contains 2 attachments, the first attachment will be sent twice). I am working on fixing it.
Thanks.
The latest version (1.0.1) should have this fixed. There was an error in the byte sequencing.
Caio Santana Magalhães wrote:
Hello Caio...
thank you very much for your answer
:)