Page 1 of 1

When i upload chinese name's file, resume cann't work.

Posted: Wed Sep 29, 2010 7:26 am
by temper_mood
When i upload chinese name's file, resume cann't work.
e.g.:
upload filename: 词霸2006setup.exe
When upload 50%, click Cancel button, wait a minute, continue upload, but process begins from 0%.
When i upload english name's file, resume can work.

applet_http.js:
document.writeln('<PARAM NAME="encoding" VALUE="gbk">');
document.writeln('<PARAM NAME="resume" VALUE="true">');
Process.jsp:
String encoding = "gbk";

gbk is replace UTF-8, resume still cann't work.

wait for your reply, thank u.

Re: When i upload chinese name's file, resume cann't work.

Posted: Thu Sep 30, 2010 7:00 pm
by support
Are you using FTP or HTTP upload? Server needs to support UTF-8 encoding too.