popup overwirte not show when download duplicate file

Files and folders downloader add-on with resume support.
Post Reply
truongvu
Posts: 39
Joined: Wed Oct 26, 2011 11:58 am

popup overwirte not show when download duplicate file

Post 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

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

Re: popup overwirte not show when download duplicate file

Post by support »

It won't. This feature is not available in JFileDownload.

truongvu
Posts: 39
Joined: Wed Oct 26, 2011 11:58 am

Re: popup overwirte not show when download duplicate file

Post 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

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

Re: popup overwirte not show when download duplicate file

Post 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

truongvu
Posts: 39
Joined: Wed Oct 26, 2011 11:58 am

Re: popup overwirte not show when download duplicate file

Post 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

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

Re: popup overwirte not show when download duplicate file

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

yourdaylove
Posts: 1
Joined: Fri Feb 17, 2012 5:46 am

Re: popup overwirte not show when download duplicate file

Post by yourdaylove »

Guarantee the following linesBuy Gold WOW are uncommented in i18n_pane.attributes

Post Reply