上传附件的方法

修改页面:
                    <td width="23%" class="headTd" colspan="6">
                        
<htmlext:upload name="zlRecommendForm" property="vo.uploadFile" buttonName="附件" useRandom="true"/>
                    
</td>
                  
</tr>

其中name就是当前页面的form窗体,绑定到的字段为varchar类型字段,property就是该字段。buttonName就是显示的页面上的按钮。

显示页面:
                    <td width="23%" class="headTd" colspan="6">
                        
<htmlext:upload name="zlRecommendForm" property="vo.uploadFile" buttonName="附件" useRandom="true" isView="true"/>
                    
</td>
                  
</tr>

上面所使用的代码必须在前面加入:
<script language="javascript" src="<%=PlatformConstant.JAVASCRIPTPATH%>standard.js"></script>

否则不能正常显示。
posted @ 2009-09-28 14:10  努力偷懒  阅读(567)  评论(0编辑  收藏  举报