本人使用的是UEditor1.4.3.3的JSP版本,因为百度开发团队对Jsp版本后端操作进行了修改,导致现在无法通过json设置将UEditor上传的图片保存到WEB应用外,所以,只能通过对JAR包的反编译,已达成我们的目标。
我们可以从controller.jsp
的代码中看到
<%@ page language="java" contentType="text/html; charset=UTF-8"
import="com.baidu.ueditor.ActionEnter"
pageEncoding="UTF-8"%>
<%@ page trimDirectiveWhitespaces="true" %>
<%
request.setCharacterEncoding( "utf-8" );
response.setHeader("Content-Type"