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

05-17 18:12