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 bb6ab0d commit a507291Copy full SHA for a507291
qiniu/io.php
@@ -44,7 +44,7 @@ function Qiniu_Put($upToken, $key, $body, $putExtra) // => ($putRet, $err)
44
return Qiniu_Client_CallWithMultipartForm($client, $QINIU_UP_HOST, $fields, $files);
45
}
46
47
-function createFile($filename, $mime)
+function createFile($filename, $mime)
48
{
49
// PHP 5.5 introduced a CurlFile object that deprecates the old @filename syntax
50
// See: https://wiki.php.net/rfc/curl-file-upload
0 commit comments