php基础练习–多文件上传
<meta charset="utf-8"> <title>index_uploads</title><body> <br> <br> index_uploads.php
<?php header("content-type:text/html;charset=utf-8"); echo "<pre class="prettyprint linenums">"; print_r($_FILES); echo "
“; ~来1源gaodai#ma#com搞*代#码1网搞代gaodaima码 $count = count($_FILES[‘file’][‘name’]); for ($i = 0; $i alert(‘succeed!’);window.location.href=’index_uploads.php’;</script>”; } else { echo “<script>alert(‘fail!’);window.location.href=’index_uploads.php’;</script>”; } }uploads.php