Topic: 中文文件名通过网页上传的问题?(input type="text")

  Print this page

1.中文文件名通过网页上传的问题?(input type="text") Copy to clipboard
Posted by: bluebangbang
Posted on: 2004-04-22 19:14

通过网页上传文件后,用servlet的request.getParamete后中文文件名字变成了乱吗,怎么才能正常显示》

2.Re:中文文件名通过网页上传的问题?(input type="text") [Re: bluebangbang] Copy to clipboard
Posted by: kjjx
Posted on: 2004-06-04 15:55

S1 = request.getParameter(paraname);
String s2 = new String(s1.getBytes("iso8859-1"));
这样就可显示中文了.

3.Re:中文文件名通过网页上传的问题?(input type="text") [Re: bluebangbang] Copy to clipboard
Posted by: tintin365
Posted on: 2004-06-06 21:13

楼上的方法不好。
在servlet的doget最开始的地方用
request.setCharacterEncoding("gb2312");
就可以直接得到所有中文参数了


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923