swf和uploader配置对了吗?jquery和uploadify的js路径对...'onUploadError':function(file,errorCode,errorMsg,errorString){/上传错误 alert('The file '+file.name+' could not be uploaded:'+errorString);} });});
Springboot下使用uploadify上传图片报错 错误信息: org.springframework.web.multipart.MultipartException:Current request is not a multipart request 照网上说的添加from的enctype="multipart/form-data 以及在...