Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
Hello,
I am having a command and unable to upload a file. Whenever I try to add either IFormCollection or IFormFile. In both cases I am getting either null or the error like "command.description was null". What could be the reason? I am trying to test with postman, tried both with PUT and POST, the same result emerges. I've looked into a comment with a similar issue, but using IFormCollection didn't help me.
Hello, I am having a command and unable to upload a file. Whenever I try to add either IFormCollection or IFormFile. In both cases I am getting either null or the error like "command.description was null". What could be the reason? I am trying to test with postman, tried both with PUT and POST, the same result emerges. I've looked into a comment with a similar issue, but using IFormCollection didn't help me.