标签:php5.5 path csdn php5 article 表单上传 log 官方 details
php5.5之后php官方推荐使用CURLFile类来模拟代替之前的@+全文件路径方式上传文件
if(class_exists(‘\CURLFile‘)) {
//可以使用
} else {
//不可使用CURLFile,及旧模式
}
参考:http://blog.csdn.net/hongtu1993/article/details/40784355
标签:php5.5 path csdn php5 article 表单上传 log 官方 details
原文地址:http://www.cnblogs.com/gy1010/p/6674529.html