为什么上传文件时,文件名为中文就会乱码?header,保存格式,浏览器都是utf8
move_uploaded_file($tmp_name,"uploads/".iconv('UTF-8', 'gb2312', $filename))
要把文件名编码转换成utf8