Ueditor1.4.3jsp is a solution for undisplaying images after image uploading and online management. ueditor1.4.3

Source: Internet
Author: User

Ueditor1.4.3jsp is a solution for undisplaying images after image uploading and online management. ueditor1.4.3

This is because of path issues. You can change the path in the jsp/config. json file.

The path is pieced together using the "imageUrlPrefix" and "imagePathFormat" attributes.

"ImageUrlPrefix" indicates the prefix.

For example, the problem I encountered is that the image echo address is:

Http: // localhost: 8080/ueditor/jsp/upload/image /......

The correct address is:

Http: // localhost: 8080/Spring_3100_Registration_9_bootstrap/ueditor/jsp/upload/image /......

"Spring_3100_Registration_9_bootstrap" is the name of my project. Therefore, by configuring the attributes "imageUrlPrefix" and "imagePathFormat,

Set them:

"ImageUrlPrefix": "/Spring_3100_Registration_9_bootstrap /",

"ImagePathFormat": "/ueditor/jsp/upload/image/{yyyy} {mm} {dd}/{time} {rand: 6 }",

The ECHO can be correctly performed.

 

 

If you still encounter online management that cannot display images, this is because of jar package problems. For details, see

Http://shuoit.net/it/18.html

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.