You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hzy 472b8bf4d3
提交自己的部分,并对项目代码进行补充
1 year ago
..
lib 提交自己的部分,并对项目代码进行补充 1 year ago
README.txt 提交自己的部分,并对项目代码进行补充 1 year ago
demo.jsp 提交自己的部分,并对项目代码进行补充 1 year ago
file_manager_json.jsp 提交自己的部分,并对项目代码进行补充 1 year ago
upload_json.jsp 提交自己的部分,并对项目代码进行补充 1 year ago

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

KindEditor JSP

本JSP程序是演示程序建议不要直接在实际项目中使用。
如果您确定直接使用本程序,使用之前请仔细确认相关安全设置。
 
使用方法:

1. 解压zip文件将所有文件复制到Tomcat的webapps/kindeditor目录下。

2. 将kindeditor/jsp/lib目录下的3个jar文件复制到Tomcat的lib目录下并重新启动Tomcat。
	* commons-fileupload-1.2.1.jar
	* commons-io-1.4.jar
	* json_simple-1.1.jar

3. 打开浏览器输入http://localhost:[P0RT]/kindeditor/jsp/demo.jsp。