On Thu, 16 Feb 2012, Prabu RM wrote:
We used to transfer files to remote server using libcurl. All we know there are methods like *PUT,POST,GET,HEAD,DELETE* in order to manipulate the transfer file. Here is one major issue we are facing on libcurl.
Why are you resending the same text again? I asked a few questions before and I didn't spot any answer here.
The only real error I see in there is the duplicate content-length header, which you can easily fix yourself since your app causes it - just don't add it!
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
