Upload.html 357 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title></title>
  5. </head>
  6. <body>
  7. <form action="./script/php/excelTool.php"
  8. enctype="multipart/form-data"
  9. method="post">
  10. <input id="excel"
  11. name="excel"
  12. type="file"> <input name="project_id"
  13. type="text"> <input type="submit"
  14. value="Upload">
  15. </form>
  16. </body>
  17. </html>