多图片上传,后台如何获取

<div class="flt">
    <label class="control-label" style="color: red;">上传文件:</label>
    <div class="controls">
     <input id="file_path" name="agreePerson.file_path" value="${(agreePerson.file_path)!}" type="file" multiple="multiple"/>
     <button class="btn btn-primary" type="button" onclick="imgView('${(agreePerson.file_path)!}')">查看</button>
     <span class="help-inline"> </span>
    </div>
   </div>


image.png

评论区

小徐同学

2017-09-19 11:35

重复name了吧,用的cos jar是不是旧的那个

jfinal风格

2017-09-19 13:38

@小徐同学 是的,怎么解决啊

JFinal

2017-09-19 16:59

把 cos 版本换成最高的 2017.5 那一个版本就可以,在本站首页可以下载到这个版本,也可以配置 pom.xml 从 maven 中获取到

热门反馈

扫码入社