Your comments

Can you guide me to where I can look for extending WW for this functionality. Happy to lend a hand to developing this feature for the opensource community.

Hi,


I am posting to another web service using the POST tool in Warewolf. I have an external API programmed in C# which take the first parameter IFormFile (uploaded file).


https://docs.asp.net/projects/api/en/latest/autoapi/Microsoft/AspNetCore/Http/IFormFile/


Detail above is a sample implementation of how IFormFile works.


Thank you