public async Task Post(IFormFile file) ... await using var stream = new FileStream(path, FileMode.Create);. await file.CopyToAsync(stream);.
確定! 回上一頁