Does it require any settings at the server end,,,,,,,,, I hve tried using POST but it doesnt work......
Do I need to set some additional optons for upload using POST......... Curl version is libcurl/7.18.2 On 4/30/09, Daniel Stenberg <[email protected]> wrote: > > On Wed, 29 Apr 2009, neha bhagat wrote: > > Hs curl library the provision for http append feature like CURLOPT_APPEND >> in case of ftp......... I need to append a file using http upload......... >> > > There's no such thing in HTTP. It can only be done using POST if the server > offers some means for it. > > -- > > / daniel.haxx.se >
