1.使用富文本编辑器上传图片,在controller中使用MultipartFile接收为null。debug发现,request经过dispatcherServlet是有值的。而且可以正常映射到方法中去。2.springmvc中的配置:3.DEBUG信息:DEBUG[http-bio-90-exec-10]-DispatcherServletwithname'web'processingGETrequestfor[/js/kindeditor-4.1.10/lang/zh_CN.js]DEBUG[http-bio-90-exec-10]-Lookinguphandlermethodforpath/js/kindeditor-4.1.10/lang/zh_CN.jsDEBUG[http-bio-90-exec-10]-Didnotfindhandlermethodfor[/js/kindeditor-4.1.10/lang/zh_CN.js]DEBUG[http-bio-90-exec-10]-Matchingpatternsforrequest[/js/kindeditor-4.1.10/lang/zh_CN.js]are[/js/**]DEBUG[http-bio-90-exec-10]-URITemplatevariablesforrequest[/js/kindeditor-4.1.10/lang/zh_CN.js]are{}DEBUG[http-bio-90-exec-10]-Mapping[/js/kindeditor-4.1.10/lang/zh_CN.js]toHandlerExecutionChainwithhandler[ResourceHttpRequestHandler[locations=[ServletContextresource[/js/]],resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@105fda6b]]]and1interceptorDEBUG[http-bio-90-exec-10]-Last-Modifiedvaluefor[/js/kindeditor-4.1.10/lang/zh_CN.js]is:-1DEBUG[http-bio-90-exec-10]-NullModelAndViewreturnedtoDispatcherServletwithname'web':assumingHandlerAdaptercompletedrequesthandlingDEBUG[http-bio-90-exec-10]-SuccessfullycompletedrequestDEBUG[http-bio-90-exec-10]-DispatcherServletwithname'web'processingGETrequestfor[/js/kindeditor-4.1.10/plugins/multiimage/images/swfupload.swf]DEBUG[http-bio-90-exec-10]-Lookinguphandlermethodforpath/js/kindeditor-4.1.10/plugins/multiimage/images/swfupload.swfDEBUG[http-bio-90-exec-10]-Didnotfindhandlermethodfor[/js/kindeditor-4.1.10/plugins/multiimage/images/swfupload.swf]DEBUG[http-bio-90-exec-10]-Matchingpatternsforrequest[/js/kindeditor-4.1.10/plugins/multiimage/images/swfupload.swf]are[/js/**]DEBUG[http-bio-90-exec-10]-URITemplatevariablesforrequest[/js/kindeditor-4.1.10/plugins/multiimage/images/swfupload.swf]are{}DEBUG[http-bio-90-exec-10]-Mapping[/js/kindeditor-4.1.10/plugins/multiimage/images/swfupload.swf]toHandlerExecutionChainwithhandler[ResourceHttpRequestHandler[locations=[ServletContextresource[/js/]],resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@105fda6b]]]and1interceptorDEBUG[http-bio-90-exec-10]-Last-Modifiedvaluefor[/js/kindeditor-4.1.10/plugins/multiimage/images/swfupload.swf]is:-1DEBUG[http-bio-90-exec-10]-NullModelAndViewreturnedtoDispatcherServletwithname'web':assumingHandlerAdaptercompletedrequesthandlingDEBUG[http-bio-90-exec-10]-SuccessfullycompletedrequestDEBUG[http-bio-90-exec-10]-DispatcherServletwithname'web'processingPOSTrequestfor[/pic/upload]DEBUG[http-bio-90-exec-10]-Foundmultipartfile[uploadFile]ofsize345594byteswithoriginalfilename[natalie.png],storedat[D:ideaWorkspace2e3mallwebtargettomcatworkTomcatlocalhost_upload_605390ea_b9db_44ee_9bf4_b426b27db686_00000001.tmp]DEBUG[http-bio-90-exec-10]-Lookinguphandlermethodforpath/pic/uploadDEBUG[http-bio-90-exec-10]-Returninghandlermethod[publicjava.util.Mapcn.e3mall.controller.PictureController.fileUpload(org.springframework.web.multipart.MultipartFile)]DEBUG[http-bio-90-exec-10]-Returningcachedinstanceofsingletonbean'pictureController'DEBUG[http-bio-90-exec-10]-SkipCORSprocessing,requestisasame-originone
添加回答
举报
0/150
提交
取消