Buffer
Used to store file contents as a natural binary value, without any extra conversions
Buffer is useful for handling files in download or upload modules.
Most APIs use the multipart/form-data content format to upload files, and this works seamlessly with Buffer types in Make.
Download a File
This module downloads a file from the service with data type buffer
in the interface.


Upload a file
This module uploads a file to the service with data type buffer
in mappable parameters and type multipart/form-data
in communication.
Last updated