| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
receiving file sent with CURLOPT_PUT
From: Superprops <superprops_at_telus.net>
Date: Sun, 15 Feb 2009 09:48:53 -0800
Hopefully I've asked this question in the right place as I was informed
My c application (on win32) is communicating well with my website using
With plain text, I received it via $_POST vars:
c program snippet: (sending)
curl_easy_setopt(hcurl, CURLOPT_POSTFIELDS, "test=success");
php snippet: (receiving)
if(isset($_POST['test']))
Now, how would I do this with an actual file, or do I need to do
c snippets:
php:
???????????????????????????????????
By specifying CURLOPT_URL does it just place the file as simple as that
Thank you so much for your replies.
_______________________________________________
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info