[HttpPost] public async Task<ActionResult> Post(IFormFile file) { var path = Path.Combine(@"E:\path", file.FileName); using (var stream = new ...
確定! 回上一頁