This commit is contained in:
2021-04-15 15:39:53 +08:00
parent efe4e0d5f7
commit c52ea6b45e
+1 -1
View File
@@ -67,7 +67,7 @@ class File
*/
public function getContent(): string
{
$open = fopen('php://input', 'r');
$open = fopen($this->getTmpPath(), 'r');
var_dump($open);
$limit = 1024000;