<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Rfiles upload</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<form action="upload.jsp" method="post" enctype="multipart/form-data" name="form" id="form">
<p> </p>
<p> </p>
<table width="800" align="center">
<tr>
<th colspan="3">>>文件上传</th>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td width="24%">文件</td>
<td colspan="2"> <input name="TxtFile" type="file" id="TxtFile"></td>
</tr>
<tr>
<td>文件</td>
<td colspan="2"> <input name="TxtFile" type="file" id="TxtFile"></td>
</tr>
<tr>
<td>文件</td>
<td colspan="2"> <input name="TxtFile" type="file" id="TxtFile"></td>
</tr>
<tr>
<td>文本</td>
<td colspan="2"> <input type="text" name="Txt" id="Txt"></td>
</tr>
<tr>
<td>文本</td>
<td colspan="2"> <input type="text" name="Txt" id="Txt"></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td> </td>
<td width="24%"> <input type="button" name="ButOk" id="ButOk" value="确定上传" onClick="form.submit()"></td>
<td width="52%"> <input type="reset" name="ButOk" id="ButOk" value="重写表单"></td>
</tr>
</table>
</form>
</body>
</html>