Question
using multipart/form-data to receive documents into Appian
Is it possible to build a web api in Appian to receive documents through multipart/form-data as body?
In my case appian is adding following metadata and making the file unreadable(corrupt)
--TnQmfygKfP801A_kE1bGL-7YAFk_k6gl9
Content-Disposition: form-data; name="file"; filename="Profile Picture.jpg"
Content-Type: image/png
Content-Transfer-Encoding: binary