上传文件Request processing failed;nested exception is org.springframework.web.multipart.MultipartExcepti

Posted MeloJun

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了上传文件Request processing failed;nested exception is org.springframework.web.multipart.MultipartExcepti相关的知识,希望对你有一定的参考价值。

在一次项目开发过程中,前端上传文件报了没有权限访问的bug

问题描述

Request processing failed; nested exception is org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested exception is org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request failed.(没有权限)

报错原因

  • 应该是因为http远程访问没有权限去访问到服务器上tomcat的临时目录

所以我们不妨直接设置一个临时文件上传路径,不使用tomcat的默认路径就好了

解决

修改上传的临时文件路径,不用Tomcat的默认临时文件路径

  • 在spring的applicationContext.xml中配置文件上传时,加上
<property name="uploadTempDir" value="/temp"/>

其中value里边的内容就是你所要设置的临时文件目录

以上是关于上传文件Request processing failed;nested exception is org.springframework.web.multipart.MultipartExcepti的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot - Processing of multipart/form-data request failed. Unexpected EOF read on the socket

SpringBoot - Processing of multipart/form-data request failed. Unexpected EOF read on the socket(代码片

requests下载文件并重新上传

爬虫之上传文件,request如何上传文件

电报机器人 SSL 错误:SSL 错误 error:1416F086:SSL routines:tls_process_server_certificate:certificate verify fa

up6.2-process版本