摘要: <?php session_start();header("Content-type: text/html; charset=utf-8"); include_once 'Upload.class.php';upload::setVerifyBySession();if($_POST["sbt"]){ $upload = new upload("pic", $_POST["verify"]); $picName = $upload->uploadFile();}?><html 阅读全文
posted @ 2013-05-06 10:31 王翔(kingfly) 阅读(719) 评论(0) 推荐(0) 编辑