发新话题
打印

请问如何上传文件

同意楼上的
用copy()就可以了!  

$cp=copy("$file_name",images/$file_name);  
unline($file_name);  
if(!cp)  
{  
echo"error";  
}

TOP

发新话题