国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > PHP > 正文

PHP教程之多文件上傳類

2024-05-04 21:52:41
字體:
來源:轉載
供稿:網友
PHP多文件上傳類

/*
多文件上傳類
修改:Linvo 2008-2-15
*/
class more_file_upload{
const FILE_PATH='../upfileclass/uploadfile/';
var file_type;
var file_type_array;
var file_type_real_array;
var file_type_string;
var file_name;
var file_size;
var file_tmp_name;
var file_error;
var handledate;
static totalsize=0;

function __construct(file_name,file_error,file_size,file_tmp_name,file_type){
this->handledate=date('m-d-Y');
if (!empty(file_name)){
this->file_name = file_name;
this->file_error = file_error;
this->file_size = file_size;
this->file_tmp_name = file_tmp_name;
this->file_type = file_type;
this->file_type_array = array('/', 'image/gif', 'image/jpg', 'image/jpeg', 'image/pjpeg', 'image/png');
this->file_type_real_array = array(0.1, 'jpg'=>74707370, 'gif'=>7173, 'bmp'=>6677, 'png'=>807871);

this->show_execute_message(this->file_error,this->file_name,this->file_type,this->file_size);
}
}

function __destruct(){
this->file_name = NULL;
this->file_error = NULL;
this->file_size = NULL;
this->file_tmp_name = NULL;
this->file_type = NULL;
self::totalsize = 0;
}

function show_execute_message(smfileerror,smfilename,smfiletype,smfilesize){
if(smfileerror>0){
switch (smfileerror){
case 1: smfilemessage='<strong>文件超過服務器的約定大小!</strong>';break;
case 2: smfilemessage='<strong>文件超過指定的文件大小!</strong>';break;
case 3: smfilemessage='<strong>文件只上傳了部分!</strong>';break;
case 4: echo "this->file_name ".'文件上傳失敗!<br/>';break;
}
self::__destruct();
}else{
smfiletypeflag = array_search(smfiletype,this->file_type_array);

共3頁上一頁123下一頁
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 宜川县| 望奎县| 汤原县| 太保市| 航空| 贵阳市| 大渡口区| 凤城市| 百色市| 阳高县| 梁平县| 石渠县| 太保市| 神农架林区| 福安市| 鹰潭市| 嘉义市| 陇川县| 玉屏| 永仁县| 齐齐哈尔市| 密云县| 和顺县| 通海县| 苏尼特左旗| 宝应县| 长垣县| 喀什市| 巴林左旗| 凌云县| 长葛市| 登封市| 绥宁县| 桐乡市| 军事| 洪江市| 久治县| 武城县| 农安县| 久治县| 镇沅|