acl/app/wizard_demo/httpd_upload/httpd_upload.cf
2020-04-22 16:56:31 +08:00

16 lines
540 B
CFEngine3
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
</head>
<body>
<form enctype="multipart/form-data" method=POST action="/upload?name1=">
<input type=hidden name="name2" value=""><br>
<input type=hidden name="name3" value=""><br>
文件一<input type=file name="file1" value=""><br>
文件二<input type=file name="file2" value=""><br>
文件三<input type=file name="file3" value=""><br>
<br><input type=submit name="submit", value=""><br>
</form>
</body>
</html>