This article mainly addresses bug descriptions (mainly official documents) that use Ueditor images or file uploads that are not successfully read under Spring MVC framework mode.
1. Apply Ueditor to the project. (JSP version) 1.1 refer to the JSP usage instructions in the official http://fex-team.github.io/ueditor/. 2. Use with spring MVC. Error review, indicating that the Ueditor reference succeeds, select the picture, the picture does not display properly, prompting the local save success.
Error analysis, Firefox enabled Firebug can see a piece of
Through the Everything Gadget (), it shows that the picture is obviously uploaded successfully, just the picture path reading error.
Find the official documentation description http://fex-team.github.io/ueditor/#start-dir in the table of contents, saying there are front-end configuration items.
Open the Config.json under%ueditor_home%\jsp\.
Configure the corresponding read file, and store the file. Problem solved, thank you for watching.
Spring MVC ueditor JSP version