Hi,
I have a C++ program which creates a xml file from a given data. Now I have to upload that file to a web server. I need to make a socket connection to the server and upload the file to a http server. The server where the file needs to be uploaded will accept only http connections and nothing else(No FTP OR SCP).
So far I am able to make a successful socket connection with the http server. But not sure how to proceed with uploading the file to the server.
Appreciate any help in this regards.

Thanks,

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.