public async Task<IActionResult> ScanFile(IFormFile request) ... You would need to read the IFormFile stream into a byte array.
確定! 回上一頁