Buffer
Multipart/form-data are commonly used in modules, which work with data type buffer
. There are 2 types of work with buffer
- download and upload.
Download a File
Module which downloads a file from the service works with data type buffer
in interface.


Upload a File
Module which uploads a file to the service works with data type buffer
in mappable parameters and type multipart/form-data
in communication.
Last updated