Search found 1503 matches

by support
Wed Nov 19, 2014 7:52 am
Forum: JFileUpload
Topic: Java 8 and SSL/TLS
Replies: 0
Views: 39900

Java 8 and SSL/TLS

If you experiment issues when loading applet under Java 8 over SSL/TLS, then under Java Control Panel, Security, disable "TLS 1.2", Apply and try again.
See:
https://blogs.oracle.com/java-platform- ... ll_use_tls

If it works then it means your web server does not support TLS1.2
by support
Wed Nov 19, 2014 7:50 am
Forum: JFileUpload
Topic: Classic ASP
Replies: 1
Views: 16805

Re: Classic ASP

Are you using a i18n.properties file? If so, are you sure it is served by web server?
Make sure .properties is mapped to text/plain in mime-types section of web server.
by support
Sun Oct 19, 2014 9:39 am
Forum: JFileUpload
Topic: Some users get invalid credentials
Replies: 1
Views: 10456

Re: Some users get invalid credentials

There may be a typo in your JavaScript making it failed in some browsers, double check it.
by support
Sun Oct 19, 2014 9:28 am
Forum: JFileUpload
Topic: HTTP/1.1 401 Unauthorized
Replies: 2
Views: 13779

Re: HTTP/1.1 401 Unauthorized

It looks web server is expecting some credentials or authorization token for PUT verb.
Did you have a look to:
http://www.jfileupload.com/products/jfi ... ation.html

Try:
<PARAM NAME="param9" VALUE="cookiesource">
<PARAM NAME="value9" VALUE="jse">
by support
Sun Oct 19, 2014 9:26 am
Forum: JFileUpload
Topic: SHA2 Certificates
Replies: 1
Views: 10204

Re: SHA2 Certificates

Not reported from here.
by support
Sun Aug 24, 2014 12:39 pm
Forum: Others
Topic: JfileUpload 2.9.1 'Invalid Credentials'
Replies: 1
Views: 48799

Re: JfileUpload 2.9.1 'Invalid Credentials'

Try to upgrade to JFileUpload 3.2
by support
Sun Aug 24, 2014 12:37 pm
Forum: Others
Topic: SFTP: Pass SSH key as parameter
Replies: 2
Views: 12898

Re: SFTP: Pass SSH key as parameter

True,
<PARAM NAME="param5" VALUE="keyfile">
<PARAM NAME="value5" VALUE="sshkey://YOURKEYSTRINGHERE">
by support
Sun Aug 24, 2014 12:35 pm
Forum: JFileUpload
Topic: Can not access to folder after we sort file list
Replies: 1
Views: 10366

Re: Can not access to folder after we sort file list

Looks good from here with JRE 1.7.0_67-b01
by support
Sun Aug 24, 2014 12:32 pm
Forum: JFileUpload
Topic: Demos not working?
Replies: 1
Views: 10751

Re: Demos not working?

No, we just disabled upload scripts to avoid abuse.