如果按我上面說的,傳上去的文件不顯示 ,即擴展名不對的話, 可以找出照下面的代碼作一下修改在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;