Receive new demand, need to use the Rich Text editor on the platform, I chose the ueditor of Baidu this time
Download the l.net version of the 1.4.3 development version on the official website
Http://ueditor.baidu.com/website/download.html
However, the problem always occurs during configuration
Handler sub-class always error can not find the handler namespace, search for a reason, and then finally understand that these classes are initially in the ueditor/net.app_code/folder, but App_Code is the special folder under ASP.
I put these classes directly in the root directory under the/app_code folder will not be an error
The next step is to configure the file upload path
I have no configuration here, there is no impact on the native test. Wait until you deploy to the server and see what happens.
Ueditor.config.js This file is the display format for configuring Uediter.
Next is the configuration file is the path of the upload, in the Net/config.json file
Upload picture configuration
Set up a picture under a directory
These two settings are OK to upload and display the picture properly.
Next stage, the rich text editor of your own blog is also replaced by Uediter
About the use of ueditor configuration (image upload configuration)