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>
posted @ 2020-03-11 23:05  lujieting0  阅读(613)  评论(0编辑  收藏  举报