smartupload上传文件编码问题 20

<%@pagelanguage="java"import="java.util.*"pageEncoding="UTF-8"%><%Stringpath=request.... <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">

<title>My JSP 'smart02.jsp' starting page</title>

<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>

<body>
<%response.setCharacterEncoding("UTF-8"); %>
<form action="smartupload01.jsp" method="post" enctype="multipart/form-data">
请上传你的文件:<input type="file" name="pic" >
文件命名为:<input type="text" name="uname">
<input type="submit" name="submit" value="提交">
</body>
</html>

这个是接受的文件
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";

%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<jsp:useBean id="smartupload" class="com.jspsmart.upload.SmartUpload"/>
<html>
<head>
<base href="<%=basePath%>">

<title>My JSP 'smartupload01.jsp' starting page</title>

<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body>
hello
<%
request.setCharacterEncoding("UTF-8");
smartupload.initialize(pageContext);
smartupload.upload();
smartupload.save("upload");
String name=smartupload.getRequest().getParameter("uname");
String name2=name;
name=name+"."+smartupload.getFiles().getFile(0).getFileExt();
String fileName=this.getServletContext().getRealPath("/")+"upload"+name;
smartupload.getFiles().getFile(0).saveAs(fileName);

%>
<h1><%=name%></h1>
原来的文件名称是 <h1><%=name2%></h1>

</body>
</html>
明明两边都声明了我上传的文件是采用UTF-8编码,而且我页面的默认编码也是UTF-8,为什么服务器显示的时候还是出现乱码,无论我吧response.setEncoding删除还是不删除,还是说把request.setEncoding 删除,还是把request.setEncoding改成GBK都是出现乱码的,求高手指教啊
展开
 我来答
linman2010
2012-07-25 · TA获得超过302个赞
知道小有建树答主
回答量:525
采纳率:100%
帮助的人:273万
展开全部
可能是这样的,你的这个jsp的页面文件,存储方式不是:NASI格式。昨天我的就出现了这个问题了。你用记事本把这个jsp文打开,另存为别的文件时,最下方编码选择:nasi.应该就没问题了。
追问
不行,用记事本打开后选择编码方式一看,是UTF-8,把它改为NASI后,然后用ECLIPSE打开运行,还是出现乱码
追答
那有没有这种情况,你不要用eclipse打开,直接编译,上传一下,看看有问题没?
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式