Multipart/form-data

A form-data type that works with body payload or file upload

Upload a file

A module that uploads a file to the service works with data type buffer in mappable parameters and type multipart/form-data in communication.

The file input dialog is where the user can either choose the module that has a file available or manually map the file's name and data on their own.

This works only if the buffer is correctly implemented in interface in preceding modules.

Last updated