Hi again, I managed to tweak this on CURL. Instead of using, curl_easy_setopt(handler, CURLOPT_PUT, 1) I used curl_easy_setopt(handler, CURLOPT_CUSTOMREQUEST, "PUT"). However, how should we be placed in supporting sending files using PUT?
Thanks, Senaka > Hi Devs, > > The traditional use-case of a PUT is to upload a file. And, in CURL, it is > asking for a file_pointer instead of a character stream. > > Are we using PUT to send XML data? or files? > > If we send files, how are we going to handle them? > > If we wont send files, what about PUT on curl? > > Regards, > Senaka > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
