您好,登錄后才能下訂單哦!
1.ajax傳過去的參數在controller接受不到
解決:在contoller中增加@RequestParam
例如:saveUploadFile( @RequestParam("file") MultipartFile file,HttpServletRequest request)
2.org.springframework.web.multipart.support.MissingServletRequestPartException: Required request part 'file' is not present
將ajax 請求的contextType 改成是“multipart/form-data; charset=utf-8
”,原來是“text/html; charset=UTF-8”格式都是不對的。還是會出現問題,最后改到 contentType: false,請求不使用contentType
3.org.thymeleaf.exceptions.TemplateInputException: Error resolving template "test/upload", template might not exist or might not be accessible by any of the configured Template Resolvers
解決:是contorller層沒有返回數據,要么返回String 直接指向頁面,要么返回數據值輸出
總結
以上所述是小編給大家介紹的解決springboot MultipartFile文件上傳遇到的問題,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對億速云網站的支持!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。