问题描述:就是文件传送过来的文件名等是乱码
解决方法:将传送的JSP页面(即含有表单的页面)的页面编码方式改为:
<%@ page contentType="text/html; charset=GB2312" language="java" import="java.sql.*" errorPage="" %>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312" />
本文引用自:http://blog.sina.com.cn/s/blog_5052ef9d0100dfhw.html
时间: 2024-10-30 14:02:11