日期:2014-05-17 浏览次数:20791 次
<html:formaction="/front_lp/personInfo.do?method=ModifyPersonInfo"
enctype="multipart/form-data">
<table width="540" align="center">
                                    <tr>
                                        <td align="left">
                                            <span class="STYLE6"><font size="+1">头像预览:</font> </span>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td align="center">
                                            <img name="headPic" src=${requestScope.personInfo.topPic }
                                                height="200" width="180" />
                                        </td>
                                    </tr>
                                    <tr>
                                        <td align="center">
                                            <html:file property="files" onchange="fun_headPhoto()" />
                                            <html:hidden property="context" value="headPhoto" />
                                        </td>
                                    </tr>
                                    <tr>
                                        <td align="right">
                                            <html:submit value="保存设置" />
                                        </td>
                                    </tr>
                                </table>
                            </html:form>