upload.jsp 487 Bytes
Newer Older
罗绍泽 committed
1 2 3 4 5 6 7 8 9 10 11
<%@ page language="java" pageEncoding="utf-8"%>
<table align="center" border="0" cellpadding="0" cellspacing="0" class="tableStyle" style="margin: 10px 15px; width: 95%; line-height: 30px;">
 <tr>
   <td class="tableStyleLable">上传文件:</td>
   <td>
     <input type="file" name="userFile" id="userFile" />
     <div class="tableStyleLable" id="notice"></div>
   </td>
 </tr>
</table>
<div  id="loading" style="display: none;">上传中,请稍后<img src="images/wait01.gif"></div>