uploadfile.html 306 字节
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>上传文件</title>
</head>
<body>
<form action="./Read_Excel.php" enctype="multipart/form-data" method="post">
    <input type="file" name="excel">
    <input type="submit" name="upload" value="上传">
</form>
</body>
</html>