Page 1 of 1

popup overwirte not show when download duplicate file

Posted: Wed Nov 02, 2011 10:04 am
by truongvu
I used parameter in code :
document.writeln('<PARAM NAME="resume" VALUE="true">');
document.writeln('<PARAM NAME="overwrite" VALUE="false">');

but it not show popup when i download duplicate file.

Thank for any help

Re: popup overwirte not show when download duplicate file

Posted: Sun Nov 06, 2011 4:24 pm
by support
It won't. This feature is not available in JFileDownload.

Re: popup overwirte not show when download duplicate file

Posted: Wed Nov 23, 2011 3:04 am
by truongvu
support wrote:It won't. This feature is not available in JFileDownload.
Sorry , example at http://www.jfileupload.com/products/dem ... nload.html
It have overwrite ability when downloading duplicate file . How i start this ability !
Thanks

Re: popup overwirte not show when download duplicate file

Posted: Wed Nov 23, 2011 7:40 am
by support
Oh, yes, sorry, I was confused by another add-on. To enable it:
<PARAM NAME="resume" VALUE="true">
<PARAM NAME="overwrite" VALUE="false">

Make sure the following lines are uncommented in i18n_pane.properties

Code: Select all

duplicatepanel.title=Duplicate file
duplicatepanel.file=<html>{0} already exists.<br>Please choose an action below:<html>
duplicatepanel.confirm.yes=Ok
duplicatepanel.confirm.no=Cancel
duplicatepanel.overwrite=Overwrite
duplicatepanel.resume=Resume
duplicatepanel.skip=Skip

Re: popup overwirte not show when download duplicate file

Posted: Wed Nov 23, 2011 10:10 am
by truongvu
truongvu wrote:I used parameter in code :
document.writeln('<PARAM NAME="resume" VALUE="true">');
document.writeln('<PARAM NAME="overwrite" VALUE="false">');

but it not show popup when i download duplicate file.

Thank for any help
support wrote:Oh, yes, sorry, I was confused by another add-on. To enable it:
<PARAM NAME="resume" VALUE="true">
<PARAM NAME="overwrite" VALUE="false">

Make sure the following lines are uncommented in i18n_pane.properties

Code: Select all

duplicatepanel.title=Duplicate file
duplicatepanel.file=<html>{0} already exists.<br>Please choose an action below:<html>
duplicatepanel.confirm.yes=Ok
duplicatepanel.confirm.no=Cancel
duplicatepanel.overwrite=Overwrite
duplicatepanel.resume=Resume
duplicatepanel.skip=Skip
I did similar with your instruction , but popup not show overwrite
I'm using Jfiledownload 2.8

Re: popup overwirte not show when download duplicate file

Posted: Sun Nov 27, 2011 12:26 pm
by support
If it does not pop-up then it means either filename or filesize returned by server-side script is not correct. Could you enable verbose mode and check filename and filesize in Java console traces:
<PARAM NANE="verbosemode" VALUE="debug">

Re: popup overwirte not show when download duplicate file

Posted: Fri Feb 17, 2012 5:53 am
by yourdaylove
Guarantee the following linesBuy Gold WOW are uncommented in i18n_pane.attributes