Daily Archives: August 14, 2007

Upload using C# as Client and PHP as Server

Level: Beginner (coder) This is a small tutorial which will teach you how to upload files using a C# client application to a server running PHP. We’ll call the PHP script “upload.php”, this is what it should contain: <?php $uploaddir … Continue reading

Share
Posted in C#, Client-Server, PHP, Programming, Tutorials | 11 Comments