添加附件的效率问题
页面数据量大,
添加附件中有可能遇到提交效率的问题:
解决方式嵌入iframe,导入新页面,通过新页面的form进行提交。
<iframe name="test" id="test" height="190" frameborder="no" width="977" scrolling="no" src="<%=request.getContextPath()%>/test.jsp?time=<%=System.currentTimeMillis() %>"></iframe>