| 1234567891011121314151617 |
- <!DOCTYPE html>
- <html>
- <head>
- <title></title>
- </head>
- <body>
- <form action="./script/php/excelTool.php"
- enctype="multipart/form-data"
- method="post">
- <input id="excel"
- name="excel"
- type="file"> <input name="project_id"
- type="text"> <input type="submit"
- value="Upload">
- </form>
- </body>
- </html>
|