Note: This configuration method is only used on webpages with a wooden master page, if there is a master page .... I have not found a solution for this !!!
Recently, I saw that kindeditor works very well, so I downloaded it and prepared it for use. The document is not awesome and I have been thinking about it for a long time. Record the operation steps today for emergency purposes!
1. Download kindeditor. Just click Baidu and download the latest version from the official website. I am using a kindeditor-4.0.4. After downloading, I will delete the following useless folders.
2. Change the name of the extracted and simplified directory to kindeditor and copy it to the root directory of the website.
3. Create a bin folder and copy the litjson. dll file to the bin folder., Add reference.
4. Open the kindeditor/asp.net/demo.aspxfile andCodeTo the
5. Change the path./to kindeditor and add validaterequest = "false" to the top"
6. Add a Textbox Control on the page, name the ID content1, and add a button named "Submit ". Adjust the textbox length and width properly, and change the "textmode" attribute to multiline,
7. (If vs2010 is used) Add the following items in the config file under <system. Web>:
8. Everything is fine. You can not only upload images, but also upload attachments, which is easy to use.