摘要:
<?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 阅读全文