Jsp-Mysql for multitype resources# Java - 爪哇娇娃
p*p
1 楼
I want to develop a Web-Application, some rescource such as mp3, PDF, DOC
would be save in Mysql DB and client browser can access them though a JSP page
.
I know how to load and show pics, as
JSP
in Servlet:
Blob picblob = getPic from DB
resp.setContentType("image/jpeg");
ServletOutputStream op = resp.getOutputStream();
op.flush();
op.close();
But for mp3, PDF, a Trumb will be showed, when customer click it, the browser
will downl
would be save in Mysql DB and client browser can access them though a JSP page
.
I know how to load and show pics, as
JSP
in Servlet:
Blob picblob = getPic from DB
resp.setContentType("image/jpeg");
ServletOutputStream op = resp.getOutputStream();
op.flush();
op.close();
But for mp3, PDF, a Trumb will be showed, when customer click it, the browser
will downl