forked from p3t2ja9zs/dcs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
366 B
13 lines
366 B
3 years ago
|
<body>
|
||
|
|
||
|
<form action="/file_upload" method="post" enctype="multipart/form-data">
|
||
|
<input type="file" name="file" id="">
|
||
|
<br />
|
||
|
<input type="submit" value="上传文件" />
|
||
|
</form>
|
||
|
<br />
|
||
|
<form action="/check" method="post">
|
||
|
<input type="submit" value="测试" />
|
||
|
</form>
|
||
|
|
||
|
</body>
|