Search found 5 matches

by dollylamb
Tue Dec 06, 2011 6:38 am
Forum: JFileDownload
Topic: Download file with Unicode file name
Replies: 12
Views: 46418

Re: Download file with Unicode file name

Hi,

Server side script never be called, so i doubt it is a server side script problem. I used your downloader with PHP + IIS web server not JSP + Apache Tomcat. Have you ever tested your downloader with above server spec? However, i'll try JSP + Tomcat if it works. Thank you for your support.
by dollylamb
Fri Dec 02, 2011 4:09 am
Forum: JFileDownload
Topic: Download file with Unicode file name
Replies: 12
Views: 46418

Re: Download file with Unicode file name

Hi,

It seems like there was a wrong file name comparison in getHTTPRemoteTFile function (wrong encoding or something?) so server side script never has a chance to be called ?
by dollylamb
Thu Dec 01, 2011 8:09 am
Forum: JFileDownload
Topic: Download file with Unicode file name
Replies: 12
Views: 46418

Re: Download file with Unicode file name

Hi, Using your new 2.9 sample script doesn't help much. I still facing "File not found" problem. Below are what i have done: - Set javascript & html page encode to UTF-8 - Set server side script encode to UTF-8 However, in server side script if I download a file with non-latin file name then the scr...
by dollylamb
Tue Nov 29, 2011 1:38 am
Forum: JFileDownload
Topic: Download file with Unicode file name
Replies: 12
Views: 46418

Re: Download file with Unicode file name

Many thanks. I'll try and let you know.
by dollylamb
Mon Nov 28, 2011 8:09 am
Forum: JFileDownload
Topic: Download file with Unicode file name
Replies: 12
Views: 46418

Download file with Unicode file name

Hi,

Is jFileDownload supports download file with Unicode file name? I tried jFileDownload with Unicode file and the result is always: Download failed: <file> not found.

Thanks