<%@ 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>