iwebshop上传类的使用

xiaoxiao2021-02-28  72

$upload = new IUpload('10240000',array('jpg','gif','png')); $dir = "upload/dian"; $upload->setDir($dir); $upload->execute();

 

转载请注明原文地址: https://www.6miu.com/read-80394.html

最新回复(0)