HttpContext.Current.Request.Files was not available in asp .net core mvc 5.0 application. Solution. You can use IFormFileCollection files = ...
確定! 回上一頁