Search found 82 matches

by vlad
Sat Sep 22, 2012 9:45 am
Forum: JFileDownload
Topic: Download file with Unicode file name
Replies: 12
Views: 46161

Re: Download file with Unicode file name

Yes, "<PARAM NAME="encoding" VALUE="UTF-8">" is in place.
by vlad
Fri Sep 21, 2012 3:34 pm
Forum: JFileDownload
Topic: Download file with Unicode file name
Replies: 12
Views: 46161

Re: Download file with Unicode file name

I am also having a problem with UTF-8 encoded file names. I have a script that lists files and JFileDownload is making proper HTTP requests back to download each file. It has the filenames right, as the server side script is able to provide the requested downloads. However, I believe JFileDownload i...
by vlad
Fri Sep 21, 2012 3:19 pm
Forum: JFileDownload
Topic: Bug when cancelling download
Replies: 4
Views: 17586

Re: Bug when cancelling download

I confirm this bug. It would be nice if you could fix it.
by vlad
Fri Sep 21, 2012 2:57 pm
Forum: JFileDownload
Topic: Overwrite
Replies: 6
Views: 21866

Re: Overwrite

Another question. Can I merge "i18n_bar.properties" and "i18n_pane.properties" into a single file? I don't want to have the applet download two separate files for the same purpose.
by vlad
Fri Sep 21, 2012 8:40 am
Forum: JFileDownload
Topic: Overwrite
Replies: 6
Views: 21866

Re: Overwrite

Yes, I have also the following two:

<PARAM NAME="resources" VALUE="i18n_bar">
<PARAM NAME="transferuiresources" VALUE="i18n_pane">

I made no changes to the two configuration files.
Just can't make the applet ask me about overwriting or resuming.
by vlad
Thu Sep 20, 2012 6:00 pm
Forum: JFileDownload
Topic: Overwrite
Replies: 6
Views: 21866

Overwrite

I am using the applet to download folders, recursively, via HTTP. I have the following parameters set: <PARAM NAME="item1" VALUE="Files"> <PARAM NAME="param2" VALUE="relativefilename"> <PARAM NAME="value2" VALUE="true"> <PARAM NAME="overwrite" VALUE="false"> <PARAM NAME="resume" VALUE="true"> <PARAM...
by vlad
Thu Sep 20, 2012 9:21 am
Forum: JFileDownload
Topic: Downloading folders recursively
Replies: 8
Views: 26622

Re: Downloading folders recursively

Another question. Can I make the applet skip checking the existance of the requested folder inside "/". Everytime I choose the location for the downloaded files, the applet makes a request to the server with "cmd=list" and "val1=/", even though my param is set to "<PARAM NAME="item1" VALUE="/some/pa...
by vlad
Thu Sep 20, 2012 8:25 am
Forum: JFileDownload
Topic: Downloading folders recursively
Replies: 8
Views: 26622

Re: Downloading folders recursively

Nevermind. I found the problem. The line for a folder was supposed to start with "dir" not "folder". My silly mistake, sorry about that. Thank you nevertheless for the support.
by vlad
Thu Sep 20, 2012 8:22 am
Forum: JFileDownload
Topic: Downloading folders recursively
Replies: 8
Views: 26622

Re: Downloading folders recursively

Same output. The problem is that the applet doesn't seem to care that in the list of files, some items start with "folder" instead of "file" and it is making the following request: [POST] => Array ( [cmd] => download [val1] => /files/a/ ) Instead of using "cmd=list" it is using "cmd=download" for fo...
by vlad
Mon Sep 17, 2012 7:08 pm
Forum: JFileDownload
Topic: Downloading folders recursively
Replies: 8
Views: 26622

Re: Downloading folders recursively

(looking forward to receiving some assistance with this, as I am interested in purchasing a license for this applet)