zno2

struts2 file

JavaBean 中:

 

private File[] pic;

private String[] picContentType;

private String [] picFileName;

 

setter  getter

-------------------------------------------------------------------------

Action中:

JavaBean javaBean

 

setter getter

--------------------------------------------------------------------------

JSP中:

<form action="aaaa" method="post" enctype="multipart/form-data">

<s:file name="javaBean.pic" />

<s:file name="javaBean.pic" />

-------------------------------------------------------------------------

约定:xxx,xxxContentType,xxxFileName

posted on 2016-08-06 08:13  zno2  阅读(92)  评论(0编辑  收藏  举报

导航