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 3b7e141 commit 07548daCopy full SHA for 07548da
qiniu/resumable_io.php
@@ -81,6 +81,7 @@ function Qiniu_Rio_Mkfile($self, $host, $key, $fsize, $extra) // => ($putRet, $e
81
$ctxs []= $prog['ctx'];
82
}
83
$body = implode(',', $ctxs);
84
+ var_dump($ctxs);
85
86
return Qiniu_Client_CallWithForm($self, $url, $body, 'application/octet-stream');
87
0 commit comments