Search found 82 matches

by vlad
Mon Jan 05, 2015 10:51 pm
Forum: JFileUpload
Topic: JFileUpload 3.3
Replies: 2
Views: 20226

Re: JFileUpload 3.3

Thank you for the continuous work on improving JFileUpload, it is still a very useful product. A feature request would be support for high-resolution/retina screens. My laptop has a 3200x1800 screen and while the scaling works fine with most web elements, the Java applet is still in its original siz...
by vlad
Thu Sep 12, 2013 2:16 am
Forum: JFileUpload
Topic: Change font in textarea
Replies: 2
Views: 9259

Re: Change font in textarea

I have "lookandfeel=auto", how can I have the same font in all browsers and all operating systems, without having the applet load a ~1MB font file every time? Java must have at least one font face that I can use, but how?
by vlad
Mon Dec 10, 2012 10:51 am
Forum: JFileDownload
Topic: "The system cannot find the path specified"
Replies: 4
Views: 19547

Re: "The system cannot find the path specified"

I do not understand what are you referring to, but I did found the problem. It happens every time a folder name ends with a space character. Windows doesn't seem to allow naming folders with space characters at its end, but Linux does. Please look into this, as it happens quite frequently for people...
by vlad
Mon Dec 03, 2012 9:57 am
Forum: JFileDownload
Topic: org.apache.commons.httpclient.NoHttpResponseException
Replies: 1
Views: 12254

org.apache.commons.httpclient.NoHttpResponseException

Hi, I'm having an user failing to use the download applet. Almost every time he tries, he gets the following error: [DEBUG] EntityEnclosingMethod - Request body sent [DEBUG] HttpMethodDirector - Closing the connection. [DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recov...
by vlad
Sun Dec 02, 2012 7:18 pm
Forum: JFileDownload
Topic: "The system cannot find the path specified"
Replies: 4
Views: 19547

Re: "The system cannot find the path specified"

I am under Windows Vista. UAC is disabled and the folder "Download" is actually created by the Java applet when the download starts, so there is no reason why it should not be able to create a subfolder if it created the parent and other subfolders before. The weird is it fails every time for a part...
by vlad
Fri Nov 30, 2012 12:59 pm
Forum: JFileDownload
Topic: "The system cannot find the path specified"
Replies: 4
Views: 19547

"The system cannot find the path specified"

Every time I try to download a certain folder it stops at this particular folder. It creates the subfolder on my computer and it fails with the following error, which makes no sense: [DEBUG] EntityEnclosingMethod - Request body sent [DEBUG] header - << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] header - << "...
by vlad
Thu Oct 18, 2012 10:40 pm
Forum: JFileDownload
Topic: Help with IE problem
Replies: 2
Views: 13723

Re: Help with IE problem

Turns out that I missed to include one of the "jar" files in the "ARCHIVE" param.
by vlad
Thu Oct 18, 2012 8:34 pm
Forum: JFileDownload
Topic: Help with IE problem
Replies: 2
Views: 13723

Help with IE problem

With any other browser everything works fine. But with Internet Explorer (9) I get the error "NoClassDefFoundError" with the details "org/apache/commons/httpclient/methods/GetMethod". On the web server log I see that Java is trying to download the file "org/apache/commons/httpclient/methods/GetMetho...
by vlad
Sat Sep 22, 2012 10:39 am
Forum: JFileDownload
Topic: Download file with Unicode file name
Replies: 12
Views: 46083

[SOLVED] Re: Download file with Unicode file name

Ok, I solved this. It seems that the HTTP header "Content-Type: text/html; charset=utf-8" (the charset part) is mandatory to be issued by the server when outputting the list of files to be downloaded. Seemed to me a bit unnecessary, as long as you are instructing the Java applet to expect an utf-8 e...
by vlad
Sat Sep 22, 2012 9:51 am
Forum: JFileDownload
Topic: Overwrite
Replies: 6
Views: 21811

Re: Overwrite

I have merged the contents of the files set the same filename for both resources: <PARAM NAME="resources" VALUE="java_download_locale"> <PARAM NAME="transferuiresources" VALUE="java_download_locale"> <PARAM NAME="localeresources" VALUE="false"> <PARAM NAME="localeresourcesextension" VALUE=".php"> It...