spring mvc 文件上传服务器端进度:客户端使用ajaxfileupload.js 异步提交。服务器端自定义ProgressListener监听进度,并且绑定CommonsMultipartResolver的FileUpload。