Commit 9a0bce86 by wangjf

init

parent 72895b1d
<!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" action="/upload"> <form method="POST" enctype="multipart/form-data" action="/upload">
<p> <p>
文件:<input type="file" name="file" /> 文件:<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