We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f1bdb commit 660461dCopy full SHA for 660461d
demo/up.php
@@ -5,7 +5,7 @@
5
6
$bucket = 'rwxf';
7
$key = 'up.php';
8
-$file = __FILE__;
+$file = __FILE__; //path to local file
9
10
11
$client = new Qiniu_MacHttpClient(null);
0 commit comments