Last updated
© 2025 make.com
Last updated
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.
Module which downloads a file from the service works with data type buffer
in interface.
Not only the parameters are correctly evaluated, but they are also automatically pre-mapped in the file input dialog in the following modules, which accept buffer
with the file's name and data.
Module which uploads a file to the service works with data type buffer
in mappable parameters and type multipart/form-data
in communication.