diff --git a/HttpServer/Http/File.php b/HttpServer/Http/File.php index a006ca7c..91aace12 100644 --- a/HttpServer/Http/File.php +++ b/HttpServer/Http/File.php @@ -68,7 +68,7 @@ class File public function getContent(): string { $open = fopen($this->getTmpPath(), 'r'); - var_dump($open); + var_dump($open, file_get_contents('php://temp')); $limit = 1024000;