Pause/Resume Upload in C# -


I am looking for a way to stop or resume an upload process via C # WebClient.

pseudocode:

 WebClient Client = new webclient (); Client.uploadfileSync (New Yuri ("http://mysite.com/receiver.php"), "Post", "C: \ MyFile .JPG"); 

Maybe something like that ..

 Customer.page (); 

Any ideas?

WebClient does not have this type of functionality - even here That's not a bit-less HttpWebRequest , as far as I know you have to use an HTTP library that gives you more control over OK , when something happens (Which will definitely not include more code in it) The issue of WebClient is to provide a very simple API to use in very simple situations.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -