chiark / gitweb /
wip debug
[hippotat] / form.html
diff --git a/form.html b/form.html
new file mode 100644 (file)
index 0000000..665ba7d
--- /dev/null
+++ b/form.html
@@ -0,0 +1,16 @@
+<body>
+  <h1>no data</h1>
+  <form method="POST" action="http://localhost:8099/"
+       enctype="multipart/form-data">
+    <textarea cols=20 rows=4 name="m"></textarea>
+    <input type="submit">
+  </form>
+  <h2>with data</h1>
+  <form method="POST" action="http://localhost:8099/"
+       enctype="multipart/form-data">
+    <textarea cols=20 rows=4 name="m"></textarea>
+    <p>
+    <input type="file" name="d">
+    <input type="submit">
+  </form>
+</body>