本文共 1026 字,大约阅读时间需要 3 分钟。
jquery动态添加动态的添加文件上传框以及动态的删除上传框
后台代码:
private Listupload;private List uploadContentType;private List uploadFileName;public String upload(){ //服务端存放上传文件目录 String destPath = ServletActionContext.getServletContext().getRealPath("/upload"); System.out.println(destPath); File file=new File(destPath); if(!file.exists()) file.mkdirs(); System.out.println(file); try { for (int i=0;i
appendChild是DOM对象的方法
append是Jquery对象的方法
参考文章:
strut 2单文件上传:
本文出自 “” 博客,请务必保留此出处
转载地址:http://vjqwa.baihongyu.com/