C csharpula csharp Dec 10, 2008 #1 Hello, Is it possible to delete a file from remote by using the WebClient ? Thanks
N Nicholas Paldino [.NET/C# MVP] Dec 11, 2008 #2 Only if the web server offers a way (either through an action, PUT) or through some sort of service (in which case it will be custom to the server).
Only if the web server offers a way (either through an action, PUT) or through some sort of service (in which case it will be custom to the server).