Home | History | Annotate | Download | only in resources
      1 <html>
      2  <body>
      3   <p>This is a file upload 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="datafile1">First File:</label>
      8        <input type="file" id="datafile1" name="datafile1" size="40"><br>
      9     <label for="datafile2">Second File:</label>
     10        <input type="file" id="datafile2" name="datafile2" size="40"><br>
     11     <label for="datafile2">Third File:</label>
     12        <input type="file" id="datafile3" name="datafile3" size="40"><br>
     13     <input type="submit">
     14    </form>
     15  </body>
     16 </html>
     17