我编写了一个文件上传脚本,我想检查上传的文件是否是 PHP。
我想保护我的脚本,以便允许上传的唯一文件是 CSS 和 XML。
这是我的代码:
<form action="cp_home.php?mode=up_styles&type=uploading" method="post" enctype="multipart/form-data" name="form1" id="form1">
<input class="fixed" name="ufile" type="file" id="ufile" size="35" />
<input type="button" name="Submit" onclick="upload()" value="up style" />
</form>