I want to send data(image and vedio file ) from client machine to server , I am having a url
"http://localHost/prabhat/vedioolad?vedio=&image="
how to send the image and vedio file through this url in VC++

see these winsock tutorials.

MFC has a socket class, but it sucks pretty badly. Better to just use winsock functions directly.

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.