smartupload 中文乱码

用SmartUpload 上传文件文件时,如果文件名有中文,则会出现乱码。

 

通过如下设置,可避免乱码。

 

SmartUpload supload=new SmartUpload();

title = new String(supload.getRequest().getParameter("title").trim().getBytes(),"utf-8");

 

这是比较简单的一种方式了

 

---------------------------2014.05.17 18:22更新-------------------------------------------------------

偶数没有乱码,奇数出现乱码,仍在找解决方式。

你可能感兴趣的:(smartupload 中文乱码)