I want to save the data on the web server. I have data in XML format and I know the URL String. P开发者_运维知识库lease tell me how can I send the request and handle the response.
Thanks Deepak
You should probably use a FtpClient to connect to the server. another option is to use (the slightly less used ) upload functions of HTTP requests.
精彩评论