文件名称:非常好用的PHP文件上传和缩略图生成类
文件大小:2KB
文件格式:RAR
更新时间:2016-03-09 07:48:53
PHP类 文件上传 缩略图
原创资源,比网上下载的要好用很多哦. 有使用说明.. --------------------------------------- include "upload.inc.php"; // Defining Class $yukle = new upload; // Set Max Size $yukle->set_max_size(180000); // Set Directory $yukle->set_directory("data"); // Do not change // Set Temp Name for upload, $_FILES['file']['tmp_name'] is automaticly get the temp name $yukle->set_tmp_name($_FILES['file']['tmp_name']);
【文件预览】:
upload.inc.php
upload.php