C # Use WebClient.UploadFile (string, string) to upload to Apache and PHP web server

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

+3
source share
1 answer

PHP - , .

HTTP RFC1867, , .NET , .

+3

Source: https://habr.com/ru/post/1734831/


All Articles