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.
|
<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" >
|
|
<input type="submit" value="测试" />
|
|
</form>
|
|
|
|
</body> |