JamesRandall / FunctionMonkey

Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
MIT License
294 stars 50 forks source link

Unable to upload a file #159

Closed jevm closed 4 years ago

jevm commented 4 years ago

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.

image