如果按我上面说的,传上去的文件不显示 ,即扩展名不对的话, 可以找出照下面的代码作一下修改在upload.func.php 中 //$ext=getExt($filename); $filename=getUniName().".".$ext; //$path="uploads"; if(!file_exists($path)){ mkdir($path,0777,true); } $destination=$path."/".$filename;
如果按我上面说的,传上去的文件不显示 ,即扩展名不对的话, 可以找出照下面的代码作一下修改在upload.func.php 中
//$ext=getExt($filename);
$filename=getUniName().".".$ext;
//$path="uploads";
if(!file_exists($path)){
mkdir($path,0777,true);
}
$destination=$path."/".$filename;