[一]概论 (1)上传操作的核心操作:移动临时文件(move_upload_file),在ThinkPHP里封装了上传类Upload.class.php (2)上传类Upload.class.php代码分析,位置ThinkPHP/Library/Think/Upload.class.php ①上传配置信息 /** * 默认上传配置 * @var array */ private $config = array( //(text/html,image/jepg,image/png,image/gi…