0
httpPost("http://test.test",
   ["file" => "@test.doc", "type"=>"application/octet-stream"], []);

which test.doc can be found at the getcwd().

this code with test.doc works well in linux, but get empty return value in windows 7

Pete
  • 54,116
  • 25
  • 104
  • 150
amow
  • 2,166
  • 10
  • 19
  • have you enable curl in windows ? check for `php.ini` also check this link http://stackoverflow.com/questions/181082/how-do-i-install-curl-on-windows?rq=1 – Noman Sep 23 '15 at 10:59
  • @Noman checked with curl_init and php_info – amow Sep 23 '15 at 12:56

0 Answers0