Upload file to a http server

Newbie Member
12Sep2008,05:09   #1
starter08's Avatar
Hi,
I am a relatively newbie to C++.
I have to upload a file to a web server through C++.
The server just excepts http requests no scp or ftp.
Appreciate if anybody can guide me in the right direction or point me to some tutorial for the same.

Thanks,
Go4Expert Member
22Sep2008,12:49   #2
asha's Avatar
Do you know how to open a TCP connection to the web server in C++?