Page 1 of 1

File appends instead of resuming

Posted: Thu Oct 28, 2010 8:20 pm
by ShallowFellow
I'm new to jFileDownload, and when I attempt to resume a file download, it goes past 100% and just appends the extra to the end of my existing file. Is there some parameter I'm missing? I'm using an IIS server. Here's my current config:

document.writeln('<PARAM NAME=CODE VALUE="jfileupload.upload.client.MApplet.class">');
document.writeln('<PARAM NAME=CODEBASE VALUE="./">');
document.writeln('<PARAM NAME=ARCHIVE VALUE="lib/jfileupload.jar,lib/ftpimpl.jar,lib/cnet.jar,lib/clogging.jar,lib/download.jar">');
document.writeln('<PARAM NAME=NAME VALUE="fileupload">');
document.writeln('<PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">');
document.writeln('<PARAM NAME="scriptable" VALUE="true">');
document.writeln('<PARAM NAME="resume" VALUE="true">');
document.writeln('<PARAM NAME="overwrite" VALUE="false">');
document.writeln('<PARAM NAME="url" VALUE="ftp://dev.mycompany.com">');
document.writeln('<PARAM NAME="item1" VALUE="myfilename">');
document.writeln('<PARAM NAME="username" VALUE="administrator">');
document.writeln('<PARAM NAME="password" VALUE="password">');
document.writeln('<PARAM NAME="param6" VALUE="account">');
document.writeln('<PARAM NAME="value6" VALUE="MYFOLDERPATH">');
document.writeln('<PARAM NAME="folderdepth" VALUE="-1">');
document.writeln('<PARAM NAME="transferui" VALUE="jfileupload.download.ui.DownloadTransferUI">');
document.writeln('<PARAM NAME="resources" VALUE="i18n_bar">');
document.writeln('<PARAM NAME="transferuiresources" VALUE="i18n_pane">');
document.writeln('<PARAM NAME="mode" VALUE="jfileupload.download.ftp.FTPDownloadTransfer">');

EDIT: I'm using the FTP download.

Thanks!

Re: File appends instead of resuming

Posted: Fri Oct 29, 2010 9:01 pm
by support
Could you provide a testing FTP account to support(at)jfileupload(dot)com?
It might be a problem with the REST FTP command.

Re: File appends instead of resuming

Posted: Sat Oct 30, 2010 12:28 am
by ShallowFellow
Can I private message it somehow?

EDIT: Also, if it is a REST issue, how ca I fix it? I'm running IIS.

Re: File appends instead of resuming

Posted: Sun Oct 31, 2010 1:19 pm
by support
Just send me email to support(at)jfileupload(dot)com
Also: http://www.jfileupload.com/products/jfi ... aq.html#44

Re: File appends instead of resuming

Posted: Mon Nov 01, 2010 9:13 am
by support
I've made a test with FileZilla (which is a regular FTP client) and I've exactly the same problem. Which version of IIS FTP server do you have?
Did you see the following known issue under IIS6:
http://support.microsoft.com/kb/915179