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

Upload core product.
Post Reply
temper_mood
Posts: 3
Joined: Tue Sep 14, 2010 2:32 am

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

Post 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.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

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

Post by support »

Are you using FTP or HTTP upload? Server needs to support UTF-8 encoding too.

Post Reply