大四 PHP《上传文件》

 

 

 

上传文件

 

入口文件先定义根目录常量

//定义根目录常量
define('APPROOT',str_replace('\\','/',dirname(__FILE__)));
//把类包含进来
require_once  APPROOT. '/controller/Upload.class.php';

 

posted @ 2018-04-13 16:22  高媛  阅读(72)  评论(0编辑  收藏  举报