zyUpload.js 插件没有修改,后端获取fileList为空,有大神知道哪里使用有问题吗
zyUpload.js 插件没有改动,后端获取fileList为空,有大神知道哪里使用有问题吗
@RequestMapping(value = "/upload", method = RequestMethod.POST)
@ResponseBody
public String upload(@RequestParam("fileList") MultipartFile[] file, HttpServletRequest request) {
LOGGER.info("fileList length:{}", file.length);//0
}