[C#/WEB API/.NET5] 대용량 파일 업로드 하기 (2GB 제한)


■ 대용량 파일을 업로드하는 방법을 보여준다. (2GB 제한)

[TestServer 프로젝트]

launchSettings.json

appsettings.json

web.config

APIKeyAttribute.cs

FileController.cs

Startup.cs

Program.cs

[TestClient 프로젝트]

Program.cs

※ IIS Express를 사용해 테스트한 경우이다.
※ 파일 업로드시 파일 크기가 2GB로 제한된다.

TestSolution.zip