diff --git a/examples/files.php b/examples/files.php new file mode 100644 index 0000000..ecec5ed --- /dev/null +++ b/examples/files.php @@ -0,0 +1,15 @@ +file($path); +// echo $file; + +// upload a file +$test = fopen('/path/to/file', 'r'); +$result = $client->upload($test); +// print_r($result);