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 13061bf commit 37ffda9Copy full SHA for 37ffda9
examples/upload_with_qvmzone.php
@@ -31,7 +31,7 @@
31
// 指定 config
32
$uploadMgr = new UploadManager($config);
33
34
-list($ret, $err) = $uploadMgr->putFile($uptoken, null, $filePath);
+list($ret, $err) = $uploadMgr->putFile($uptoken, $key, $filePath);
35
echo "\n====> putFile result: \n";
36
if ($err !== null) {
37
var_dump($err);
0 commit comments