neeraj pandey wrote: > Can any body suggest me how can I post the binary data stored in a C++ vaiable?
You may look at http://curl.haxx.se/libcurl/c/post-callback.html or http://curl.haxx.se/libcurl/c/postit2.html (see doc at http://curl.haxx.se/libcurl/c/curl_formadd.html and http://curl.haxx.se/libcurl/c/curl_formfree.html) if your post has to be form-like mime-formatted. ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
