Splitting large documents into parts

I'd like to send documents from our Appian environment to another system using that system's web service. It was easy to make this work with small documents whose contents I can easily stream in body of a single request.

However, the web service will not accept request bodies longer than a few MB and some of the documents I need to send are much larger than that (up to several hundred MB). The web service offers endpoints that support sending the document in pieces so that I could, for example, send a 10 MB document with 10 sequential calls, each containing one of the 10 parts of the document. However, the web service documentation just provides examples in C# and Javascript, which we obviously cannot use here.

Is there a way to split a document into parts? I've searched the cloud-supported plugins and don't see anything like this.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data