954,500 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Uploading a file from a C# desktop application to a PHP script?

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.

WarDoGG
Newbie Poster
2 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: