Im currently using webclient to upload file.
webclient.UploadFile(url, "POST", filepath);
It uploads file but it spike client internet when it calls upload command from server, is there any method so that it doesn't use much of client bandwidth or it doesn't spike client internet.