upload.html

<!DOCTYPE html> <html lang=”en”> <head>     <meta charset=”UTF-8″>     <meta name=”viewport” content=”width=device-width, initial-scale=1.0″>     <title>Document</title> </head> <body>     <form action=”01_upload.php” method=”post” enctype=”multipart/form-data”>         <input type=”file” name=”tarena[]” id=””>         <hr>         <input type=”file” name=”tarena[]” id=””>         <hr>         <input type=”file” name=”tarena[]” id=””>         <hr>         <input type=”file” name=”tarena[]” id=””>         <hr>         <input type=”submit” value=”确认上传”>     </form> </body> </html>