summaryrefslogtreecommitdiffstats
path: root/upload.html
blob: e96d3df25e98860acd0b8d53dc130c0039d73501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
   <body>
   Test
   <p></p>
      <form action = "http://localhost:5000/uploader" method = "POST"
         enctype = "multipart/form-data">
         <input type = "file" name = "file" />
          <p></p>
         <input type = "submit"/>
      </form>
   </body>
</html>