acl/app/wizard_demo/httpd_upload/httpd_upload.cf

16 lines
540 B
CFEngine3
Raw Normal View History

<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>