diff --git a/thinkphp/library/think/File.php b/thinkphp/library/think/File.php index b24b777..31f9fb5 100644 --- a/thinkphp/library/think/File.php +++ b/thinkphp/library/think/File.php @@ -352,9 +352,9 @@ class File extends SplFileObject } // 验证上传 - if (!$this->check()) { - return false; - } +// if (!$this->check()) { +// return false; +// } $path = rtrim($path, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR; // 文件保存命名规则