- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <title>Multipart upload example</title>
- </head>
- <body>
- <form method="post" enctype="multipart/form-data" action="/upload">
- <input type="file" name="inputfile"/>
- <input type="submit"/>
- </form>
- </body>
- </html>
|