Page 1 of 1
online demo uploader doesn't support simple chinese
PostPosted:Tue Oct 26, 2010 4:17 am
by wangmj
online demo uploader doesn't support simple chinese.
if the folder name in chinese ,the online demo prompt " can't find the folder ".
Re: online demo uploader doesn't support simple chinese
PostPosted:Tue Oct 26, 2010 3:13 pm
by pavila
I'm trying to reproduce the error to fix it.
Re: online demo uploader doesn't support simple chinese
PostPosted:Wed Oct 27, 2010 2:16 am
by wangmj
perhaps this code can help you .
Code: Select allform.addPart("path", new StringBody(path,Charset.forName("UTF-8")));
Re: online demo uploader doesn't support simple chinese
PostPosted:Mon Nov 15, 2010 11:38 am
by pavila
Does this solved the issue?