Uploading a file, Spring MVC + CloudBees
问题 I have worked on local Tomcat's server and now I've just deployed my application to CloudBees. Everything works great apart from uploading a file to the server's directory. I have such a piece of code in my controller, which worked for me on localhost: @RequestMapping("/main/admin/upload") public ModelAndView fileUploaded( @ModelAttribute("uploadedFile") FileUpload uploadedFile, final HttpServletRequest request, final HttpServletResponse response, BindingResult result) { InputStream