How to do a file upload in a custom app

I have a server endpoint accepting payload in the multipart formdata format. The endpoint is accepting a parameter ‘file’ which should be a file that can be accepted from the previous module. How to do it?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.