mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 04:17:52 +08:00
9697f95b8f
This reverts commit 15d999759e
.
19 lines
656 B
HTML
19 lines
656 B
HTML
<html>
|
|
<head>
|
|
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
|
|
</head>
|
|
<body>
|
|
<!--
|
|
<form enctype="multipart/form-data" method=POST action="http://192.168.1.251:8888/cgi-bin/test/upload?name1=中国人">
|
|
-->
|
|
<form enctype="multipart/form-data" method=POST action="/cgi-bin/test/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>
|