The C # WebClient.UploadFile example (string, string) on ββMSDN shows how to make it work with an ASPX page that handles loading. However, I have an Apache server with PHP configured to handle my subversion repositories. I have very little knowledge of web programming, but I would like to know ...
Can my Apache / PHP web server process a file from a C # client using WebClient.UploadFile (), and can someone give me a small example of what to do ...
I know this is a n00b request, but any help would be appreciated
source
share