文件名称:php文件上传的简单实例
文件大小:25KB
文件格式:PDF
更新时间:2024-01-09 12:24:26
hp php 文件上传
复制代码 代码如下:<?phpif ((($_FILES[“file”][“type”] == “image/gif”)|| ($_FILES[“file”][“type”] == “image/jpeg”)|| ($_FILES[“file”][“type”] == “image/pjpeg”))&& ($_FILES[“file”][“size”] < 20000> 0) { echo “Return Code: ” . $_FILES[“file”][“error”] . “
”; }