<code> <meta charset="UTF-8"> <title>Document</title> <form method="post" enctype="multipart/form-data" action="test.php"> <input type="file" name="daan" multiple> <input type="submit"> </form> </code>
html表单写法如上
我php那里该怎么写才能接收多个文件
<code> <meta charset="UTF-8"> <title>Document</title> <form method="post" enctype="multipart/form-data" action="test.php"> <input type="file" name="daan" multiple> <input type="submit"> </form> </code>
html表单写法如上
我php那里该怎么写才能接收多个文件
PHP:$_FILES