Search found 1503 matches

by support
Thu Apr 16, 2015 3:26 pm
Forum: JFileUpload
Topic: Filechooser under Safari
Replies: 0
Views: 40030

Filechooser under Safari

Even if Java is enabled and applet trusted, it cannot access local filesystem if unsafe mode is not enabled. If not then end-user will get empty screen for both default file chooser and QQLnF plugin. To enable it: Safari -> Preferences -> Security -> Internet Plugins, WebSite settings button -> Java...
by support
Thu Apr 16, 2015 2:52 pm
Forum: JFileUpload
Topic: drag and drop does not work with chrome or internet explorer
Replies: 1
Views: 14705

Re: drag and drop does not work with chrome or internet expl

Which version of Chrome are you using?
by support
Thu Apr 16, 2015 2:37 pm
Forum: JFileUpload
Topic: Java Applet support in Chrome 42+
Replies: 1
Views: 21081

Java Applet support in Chrome 42+

Chrome (Google) has decided to disabled NPAPI for version 42+ which is required for Java Applet support. Oracle advise to not use Chrome anymore: https://java.com/en/download/faq/chrome.xml and the workaround is: https://java.com/en/download/faq/chrome.xml#npapichrome In your URL bar, enter: - chrom...
by support
Fri Feb 06, 2015 2:42 pm
Forum: JFileUpload
Topic: Apache 2.4.7+ and SSL issue
Replies: 0
Views: 38974

Apache 2.4.7+ and SSL issue

If you get the following error with Java "Could not generate DH keypair" on SSL/TLS handshake with an Apache 2.4.7+ web server. Then see: http://httpd.apache.org/docs/trunk/ssl/ssl_faq.html#javadh A solution is to generate DH 1024 bits parameter with "openssl dhparams -outform PEM -out dh1024.pem 10...
by support
Sun Feb 01, 2015 7:41 pm
Forum: JBatchUpload
Topic: Problem JSAPI. Events don't work
Replies: 1
Views: 47908

Re: Problem JSAPI. Events don't work

Are you sure you have jsapi.jar declared in ARCHIVE parameters AND JSMApplet.class declared instead of MApplet.class?
by support
Sun Feb 01, 2015 7:39 pm
Forum: JFileUpload
Topic: Applet Load Error
Replies: 1
Views: 15812

Re: Applet Load Error

Do you have all JAR files at the same package level? I mean all JARs (including add-ons) for Enterprise or Premium. You cannot mix Pro and Enterprise JAR files.
by support
Tue Dec 30, 2014 2:30 pm
Forum: JFileUpload
Topic: JFileUpload 3.3
Replies: 2
Views: 20221

Re: JFileUpload 3.3

by support
Wed Dec 24, 2014 2:41 pm
Forum: JBatchUpload
Topic: Error logged UNIX Type L8.class
Replies: 1
Views: 12066

Re: Error logged UNIX Type L8.class

You can ignore this error. Applet tries to load an additional parser dynamically.
by support
Wed Dec 24, 2014 2:39 pm
Forum: JFileUpload
Topic: JFileUpload 3.3
Replies: 2
Views: 20221

JFileUpload 3.3

JFileUpload 3.3 will be available early 2015 with an updated certificate valid until 2017.
by support
Wed Dec 03, 2014 7:34 pm
Forum: JFileUpload
Topic: HTTP/1.0 302 Found Error
Replies: 1
Views: 17437

Re: HTTP/1.0 302 Found Error

This error means that the URL configured in JFileUpload redirects to another URL. Usually, it means that the initial URL requires authentication and credentials (or security token such as cookie) passed by JFileUpload is not correct (or not the one expected), then the server redirects to a login pag...