In your model, you need a property of type IFormFile: public class MyModel { public IFormFile Arquivo {get;set;} }. In your object, or POCO class, ...
確定! 回上一頁