summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/echo_post.html
blob: 205c40fd953a83d89fe43ef0a72bbeb66f65236c (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<body>
<form action=/echo_post method=POST enctype=multipart/form-data>
This will be posted to /echo_post.
<hr>
<input type=file name=file>
<hr>
<input type=submit name=submit value=submit>
</form>
</body>
</html>