114
Views
3
Comments
[Multipart Upload] How to use MultipartUploadMany action?
Question
multipart-upload
Web icon
Forge asset by Caio Santana Magalhães

Hello,,

do you have sample to show me how to use MultipartUploadMany action??

thank you

2019-10-27 01-32-56
Caio Santana Magalhães
 
MVP

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.

2019-10-27 01-32-56
Caio Santana Magalhães
 
MVP

The latest version (1.0.1) should have this fixed. There was an error in the byte sequencing.


Thanks.

UserImage.jpg
Meri meri

Caio Santana Magalhães wrote:

The latest version (1.0.1) should have this fixed. There was an error in the byte sequencing.


Thanks.


Hello Caio...

thank you very much for your answer

:)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.