摘要: 因为最近在制作班级网站,考虑到文件上传带来的安全问题,特此研究一下。下面看一个简单的上传代码。<form action="index.php" method="post" enctype="multipart/form-data" name="form"> <input type="file" name="file" /><br /> <input type="submit" value="上传文件&qu 阅读全文
posted @ 2012-02-17 20:39 稻草哥 阅读(4180) 评论(0) 推荐(0)