Skip to content

Velin KR

개발 과정에서 겪은 문제와 해결 과정을 기록하는 개인 기술 블로그입니다.

  • 공지사항

[태그:] Webclient

[C#] WebClient 를 이용해서 WebServer에 파일 업로드하기

2018년 12월 31일 0 comments
sourceFilePath = "업로드할 파일 경로 및 이름"; WebClient client = new WebClient(); client.Credentials = CredentialCache.DefaultCredentials; client.UploadFile(@"URL 주소 ", "POST", sourceFilePath); client.Dispose();
C-Sharp, c#, Webclient, 업로드
  • About
  • 개인정보 처리방침
© 2026 Velin KR. All rights reserved.