I have a form
我有一张表格
<form name=frmMain method="POST" action="processUpload.jsp" enctype="multipart/form-data">
<p align="center"><table border="1" align="center" width="90%" cellspacing="0" bordercolordark="white" bordercolorlight="black">
<tr>
<td width="261" height="111">
<table border="0" cellspacing="0px" bordercolor="#B9B9B9" id="AutoNumber1" style="border-collapse: collapse" cellpadding="0px" align="left" width="100%" height="114">
<tr>
<td width="264" height="25" colspan="2" bgcolor="#FCDCA0">
<p align="left"><b><font face="Tahoma" size="2"> </font><font face="Tahoma">Upload you excel file</font></b></p>
</td>
</tr>
<tr>
<td width="15px" height="23">
<p align="right" style="vertical-align: middle"><font face="Verdana" size="2"><b> File: </b></font> </td>
<td width="300px" height="23">
<p align="left"> <input type="file" name="excelfile" size="40" >
</td>
</tr>
<tr>
<td width="15px" height="28">
<p align="center"></td>
<td height="28">
<p align="left">
<input type="submit" name="process" value="Process">
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<form name=frmMain met