资源简介
刚刚接触UEditor,想找一个可运行的jsp版本,网上下载很多,浪费了20多分,依然不行啊。后来自己按照网上的文档一步一步添加,终于可行。现在可以上传图片、文字和视频,后期准备添加音频,加油

代码片段和文件信息
package upload;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class UeditorServlet extends HttpServlet {
/**
* Constructor of the object.
*/
public UeditorServlet() {
super();
}
/**
* Destruction of the servlet.
*/
public void destroy() {
super.destroy(); // Just puts “destroy“ string in log
// Put your code here
}
/**
* The doGet method of the servlet.
*
* This method is called when a form has its tag value method equals to get.
*
* @param request the request send by the client to the server
* @param response the response send by the server to the client
* @throws ServletException if an error occurred
* @throws IOException if an error occurred
*/
/**
* 用于接收form表单中的editorValue值
* @see HttpServlet#doGet(HttpServletRequest request HttpServletResponse response)
*/
protected void doGet(HttpServletRequest request HttpServletResponse response) throws ServletException IOException {
//设置请求和响应的编码统一为UTF-8
System.out.println(“============“);
request.setCharacterEncoding(“UTF-8“);
response.setContentType(“text/html;charset=UTF-8“);
//拿到编辑器的内容
String content = request.getParameter(“editorValue“);
//如果不为空
if(content != null){
//将内容设置进属性
request.setAttribute(“content“content);
//转发到content.jsp
request.getRequestDispatcher(“content.jsp“).forward(request response);
}else{
response.getWriter().append(“内容为空!“);
}
}
/**
* The doPost method of the servlet.
*
* This method is called when a form has its tag value method equals to post.
*
* @param request the request send by the client to the server
* @param response the response send by the server to the client
* @throws ServletException if an error occurred
* @throws IOException if an error occurred
*/
public void doPost(HttpServletRequest request HttpServletResponse response)
throws ServletException IOException {
doGet(request response);
}
/**
* Initialization of the servlet.
*
* @throws ServletException if an error occurs
*/
public void init() throws ServletException {
// Put your code here
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 796 2017-08-01 16:20 UEditor\.classpath
文件 1040 2017-08-01 16:20 UEditor\.project
文件 503 2017-08-01 16:20 UEditor\.settings\.jsdtscope
文件 395 2017-08-01 16:20 UEditor\.settings\org.eclipse.jdt.core.prefs
文件 464 2017-08-01 16:20 UEditor\.settings\org.eclipse.wst.common.component
文件 353 2017-08-01 16:20 UEditor\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2017-08-01 16:20 UEditor\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2017-08-01 16:20 UEditor\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 2611 2017-08-01 16:47 UEditor\src\upload\UeditorServlet.java
文件 576 2017-08-02 09:20 UEditor\WebContent\content.jsp
文件 7195 2017-08-01 16:44 UEditor\WebContent\index.jsp
文件 39 2017-08-01 16:20 UEditor\WebContent\me
文件 632 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\demo.html
文件 779 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\demo.html.bak
文件 1627 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\anchor\anchor.html
文件 15063 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\attachment.css
文件 2370 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\attachment.html
文件 30055 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\attachment.js
文件 923 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_chm.gif
文件 841 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_default.png
文件 1012 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_doc.gif
文件 949 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_exe.gif
文件 950 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_jpg.gif
文件 986 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_mp3.gif
文件 1001 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_mv.gif
文件 996 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_pdf.gif
文件 1001 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_ppt.gif
文件 1009 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_psd.gif
文件 1007 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_rar.gif
文件 970 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_txt.gif
............此处省略340个文件信息
- 上一篇:android 视频播放器源码
- 下一篇:mongodb查询数据返回JSP
相关资源
- JSP企业人事管理系统设计(源代码+论
- 实现一个图书管理系统
- JAVA JSP公司财务管理系统 源代码 论文
- JSP+MYSQL旅行社管理信息系统
- JSP,SQL,MVC的选课系统
- 基于JSP的学生宿舍管理系统(源码 数
- JSP选课管理系统
- mysql jsp网站源码下载
- JSP做的化妆品商城
- Jsp购物车实例
- 基于JSP的校友信息管理系统(添加数
- 基于jsp的bbs论坛 非常详细
- jsp oracle通讯录
- JSP学生信息管理系统 Mysql数据库
- 使用jsp servlet做的投票系统
- JSP登陆验证 实现JSP用户名 密码 验
- jsp基于servlet 图书馆管理系统
- jsp学生成绩管理系统.rar
- 在线考试系统源代码(jsp)
- 超级好的纯jsp写的聊天室
- JSP 网上购物网页项目
- JSP+mysql新闻发布系统.rar
- jsp 学生信息管理系统设计与实现
- jsp与SQL Server数据库实现的客户注册登
- 简易教学管理系统(jsp spring struts h
- 学生信息管理系统 JSP MySQL
- jsp ajax 三级联动菜单
- jsp新闻公告与最新消息系统(具备添
- JSP课程设计-留言本 jsp mysql tomcat实现
- jsp 做的 班级管理网站
评论
共有 条评论