SpringMvc多文件上传

    @RequestMapping(value = "zhiZuoZhuanWen")
    public String zhiZuoZhuanWen(HttpServletRequest request,
            String tongzhisbm,String notice,
            String noticeMailAttach,String noticeTranslation,
            String[] noticeOtherFileExisted, MultipartFile[] noticeOtherFile,
            String mailSubject,String mailTo,String mailCc,String mailBcc,String mailBody,
            AllBusiness allBusiness) throws Exception{
    }
原文地址:https://www.cnblogs.com/rgqancy/p/7838280.html