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 a507291 commit 8b1ed1cCopy full SHA for 8b1ed1c
qiniu/io.php
@@ -53,7 +53,7 @@ function createFile($filename, $mime)
53
}
54
55
// Use the old style if using an older version of PHP
56
- $value = "@{$filename}"
+ $value = "@{$filename}";
57
if (!empty($mime)) {
58
$value .= ';type=' . $mime;
59
0 commit comments