Home > Back-end >  After the success of the tomcat image upload back to 404, the server can search to the pictures, and
After the success of the tomcat image upload back to 404, the server can search to the pictures, and

Time:04-16

Recently met a strange problem, upload pictures to the application directory of images folder, echo reported missing 404 error


But on the server can find the picture, that picture is upload success


Image access path also will be a problem, because with the UI images directory of the original system is able to access to the


System is no problem before, no change, all of a sudden not, for a moment, a moment can't, let a person afflictive agghh!!!!!!


Have a great god know what reason is this?




A similar problem: http://bbs.csdn.net/topics/390959588

CodePudding user response:

May probably several reasons:
1. The background accept upload method flow not closing,
2. Springboot project configuration of static files address access to the project,
3. Linux system may not have read permissions
  • Related