diff options
author | Runxi Yu <me@runxiyu.org> | 2024-05-11 21:48:04 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-05-11 21:48:04 +0800 |
commit | b99d3a40b6d324b39a42c619e375fe8d5b601d4d (patch) | |
tree | b3f5ae28f2a5fbece26b5abdd37e45cbc6a155c4 /fb.html | |
parent | d0c1006a5cee5cca2084ced77e84808af22d6875 (diff) | |
download | www-b99d3a40b6d324b39a42c619e375fe8d5b601d4d.tar.gz |
hybrid.cgi: file upload support
Diffstat (limited to 'fb.html')
-rw-r--r-- | fb.html | 5 |
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> |