Seems like you are trying to do what I've been trying. Uploading a video file to a media server is not difficult with multiple POST requests. You can do it with CURLOPT_HTTPPOST.
My problem is that I need to upload a video file with a single POST request and I do not quite know how to do this. Good luck. On Fri, Jan 28, 2011 at 7:33 AM, yogeshwar bisht <[email protected]> wrote: > Hi All, > I am very new to cURL and even do not know if this is possible using cURL or > not. > I want to upload image or video(*.ts) file in a DMS (digital media server) > using http post in C++, can it be done? I tried various examples in cURL but > didn't work for me. > Any sample example will really be helpful. > Thanks in advance. > -- > Warm regards, > Yogeshwar > http://invinciblev1.blogspot.com/ > > > > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html > ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
