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
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