The C# WebClient.UploadFile(string, string) sample on MSDN shows how to make it work with an ASPX page handling the upload. However I have a Apache server with PHP set up to handle my subversion repos. I have very little web programming knowledge, but would like to know...
Can my Apache/PHP web server handle a file from a c# client using WebClient.UploadFile() and can someone give me a small example of what to do...
I know it's a n00b request, but any help would be appreciated