[HttpPost] [Route("/api/upload")] public async Task Upload(IFormFile file) { if (file == null) throw new Exception("File is null"); if (file ...
確定! 回上一頁