diff --git a/HttpServer/Http/File.php b/HttpServer/Http/File.php index 8d6eb985..bd1f3241 100644 --- a/HttpServer/Http/File.php +++ b/HttpServer/Http/File.php @@ -13,10 +13,10 @@ class File { public string $name = ''; - public string $tmp_name = ''; - public string $error = ''; - public string $type = ''; - public string $size = ''; + public mixed $tmp_name = ''; + public mixed $error = ''; + public mixed $type = ''; + public mixed $size = ''; private string $newName = ''; private array $errorInfo = [