I want to send csv file using php POST method in C#. I'm using WebClient. I know how I can upload file. But I don't know how I can combine send file with other parameters in NameValueCollection.
I have to send few parameters and additionaly CSV file. How I can do this in C#?