chiark / gitweb /
rename programs
[hippotat.git] / form.html
1 <body>
2   <h1>no data</h1>
3   <form method="POST" action="http://localhost:8099/"
4         enctype="multipart/form-data">
5     <textarea cols=20 rows=4 name="m"></textarea>
6     <input type="submit">
7   </form>
8   <h2>with data</h1>
9   <form method="POST" action="http://localhost:8099/"
10         enctype="multipart/form-data">
11     <textarea cols=20 rows=4 name="m"></textarea>
12     <p>
13     <input type="file" name="d">
14     <input type="submit">
15   </form>
16 </body>