aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/multipart-form-test.htm
blob: eab4dc773a26c14f9c69d2952d82aaa330c49eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
 <body>
  <p>This is a multipart-form test for NanoHTTPD.</p>
   <form action="http://localhost:8080/" enctype="multipart/form-data" method="post">
    <label for="textline">Text:</label>
       <input type="text" id="textline" name="textline" size="30"><br>
    <label for="another">Text:</label>
       <input type="text" id="another" name="another" size="30"><br>
    <label for="last">Text:</label>
       <input type="text" id="last" name="last" size="30"><br>
    <input type="submit">
   </form>
 </body>
</html>