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