WarDoGG 0 Newbie Poster

I am looking to create a desktop application in C# which :

1. Allows the user to select a file / multiple files / folder containing files from his computer.
2. Upload the files selected to a PHP script (which is already equipped to handle file uploads using the $_FILES array.)

I'm a PHP developer and have never coded a single line of .NET before. So, you can assume I have no experience with .NET whatsoever.

I have looked this up online and all I seem to come up with are ASP.NET server side upload controls which i do not want. I'm looking for a client side solution. Also, will i have to make any changes in my PHP script ? The script already handles uploads from an HTML multipart form.

If anyone can help me point in the right direction of where to look, what C# controls are available which can help me create the application I need, I would really appreciate it.