index.html 333 B

12345678910111213
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  4. <title>Multipart upload example</title>
  5. </head>
  6. <body>
  7. <form method="post" enctype="multipart/form-data" action="/upload">
  8. <input type="file" name="inputfile"/>
  9. <input type="submit"/>
  10. </form>
  11. </body>
  12. </html>