Hi, I want to save the data on the web server. I have data in XML format and I know the URL String. Please tell me how can I send the request and handle the response.
Thanks Deepak
Hi, I want to save the data on the web server. I have data in XML format and I know the URL String. Please 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.