aboutsummaryrefslogtreecommitdiffstats
path: root/examples/upload/priv/index.html
blob: 031420df490dd72a545ba34b4793abb03e82a5e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>