I'm trying to create an app that can upload the same file to multiple site at the same time.
This is my code till now...
Code:
private void UploadFile(string _ip, string _file)
{
//Setup the client and Credentials
WebClient wc = new WebClient();
wc.Credentials = new NetworkCredential("user", "pass");
//set the Async routines