Commit 9dce4150 by wangjf

init

parent 9a0bce86
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>批量文件上传示例</title> <title>批量文件上传示例</title>
</head> </head>
<body> <body>
<h2>批量文件上传示例</h2> <h2>批量文件上传示例</h2>
<hr/> <hr/>
<form method="POST" enctype="multipart/form-data" <form method="POST" enctype="multipart/form-data"
action="/upload/batch"> action="/upload/batch">
<p> <p>
文件1:<input type="file" name="file" /> 文件1:<input type="file" name="file"/>
</p> </p>
<p> <p>
文件2:<input type="file" name="file" /> 文件2:<input type="file" name="file"/>
</p> </p>
<p> <p>
文件3:<input type="file" name="file" /> 文件3:<input type="file" name="file"/>
</p> </p>
<p> <p>
<input type="submit" value="上传" /> <input type="submit" value="上传"/>
</p> </p>
</form> </form>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment