summary refs log tree commit diff stats
path: root/fb.html
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-05-11 21:48:04 +0800
committerRunxi Yu <me@runxiyu.org>2024-05-11 21:48:04 +0800
commitb99d3a40b6d324b39a42c619e375fe8d5b601d4d (patch)
treeb3f5ae28f2a5fbece26b5abdd37e45cbc6a155c4 /fb.html
parentd0c1006a5cee5cca2084ced77e84808af22d6875 (diff)
downloadwww-b99d3a40b6d324b39a42c619e375fe8d5b601d4d.tar.gz
hybrid.cgi: file upload support
Diffstat (limited to 'fb.html')
-rw-r--r--fb.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/fb.html b/fb.html
new file mode 100644
index 0000000..d7b4d71
--- /dev/null
+++ b/fb.html
@@ -0,0 +1,5 @@
+<pre>
+<form method="POST" action="/hybrid/fb" enctype="multipart/form-data">
+<input type="file" name="file" />
+<input type="submit" value="Submit">
+</form>