diff --git a/HttpServer/Http/File.php b/HttpServer/Http/File.php index 8320088a..483db039 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(file_get_contents('php://temp')); + var_dump(file_get_contents($this->getTmpPath())); return '';