Search found 1503 matches

by support
Tue Apr 01, 2008 5:37 pm
Forum: JFileUpload
Topic: jfileupload.upload.client.MApplet.class not found
Replies: 9
Views: 21324

Re: jfileupload.upload.client.MApplet.class not found

Ok, you're not far from the solution. You have to install WeakSSL add-on and setup the following parameter: ... param6="weakssl" value6="dummy" ... <PARAM NAME="param6" VALUE="weakssl"> <PARAM NAME="value6" VALUE="dummy"> Make sure you've closed all browser windows before testing. Then you're sure t...
by support
Fri Mar 28, 2008 7:20 pm
Forum: JFileUpload
Topic: HTTP Status 500 exception error
Replies: 6
Views: 15245

Re: HTTP Status 500 exception error

Ok, the problem could come from one of the following: 1 - You've tested the process.jsp without modifying the directory variable and the compiled JSP includes the original path c:/uploads. As this folder doesn't make sense under your server you have the exception you've reported. The solution is to ...
by support
Thu Mar 27, 2008 4:43 pm
Forum: JFileUpload
Topic: blacklist question
Replies: 3
Views: 8476

Re: blacklist question

The problem is that "." is name/extension parameter. It would need regular expression support in blacklist to solve it.
by support
Thu Mar 27, 2008 4:37 pm
Forum: JImageFilter
Topic: scaling tifffs
Replies: 10
Views: 48530

Re: scaling tifffs

Could you provide a testing URL with the applet ?
You could send it to support(at)fileupload(dot)com if you prefer.
Please provide a link to download a TIFF sample too.
by support
Thu Mar 27, 2008 1:42 pm
Forum: JFileUpload
Topic: Safari 3.1 support under Windows
Replies: 0
Views: 6794

Safari 3.1 support under Windows

JFileUpload 2.0 has been successfully tested under Safari 3.1 under Windows.

Notice that Safari 3.0 under Windows doesn't work with signed applets so JFileUpload cannot work under Safari 3.0/Windows. Apple has fixed this issue since Safari 3.1.
by support
Thu Mar 27, 2008 1:34 pm
Forum: JFileUpload
Topic: HTTP Status 500 exception error
Replies: 6
Views: 15245

Re: HTTP Status 500 exception error

Oh, great, you solved the JARs issue. My mistake, the files required are JARs under WEB-INF/lib folder. WEB-INF/classes is empty. Now, the error you get is a servlet engine cache issue. Your JSP is compiled with the old configuration (c:/uploads). Make sure the directory and tmpdirectory paths are c...
by support
Thu Mar 27, 2008 1:28 pm
Forum: JFileUpload
Topic: Attempting to make the JSP version work
Replies: 1
Views: 5928

Re: Attempting to make the JSP version work

This error means that you rJSPUpload is not installed correctly.
Installing JSP files is not enough. You must have all JARs files under WEB-INF/lib installed into your web application. Did you follow install instructions into readme.txt ?
by support
Thu Mar 27, 2008 1:25 pm
Forum: JFileUpload
Topic: jfileupload.upload.client.MApplet.class not found
Replies: 9
Views: 21324

Re: jfileupload.upload.client.MApplet.class not found

If you cannot open an HTML page withing your browser with HTTPS then the applet will have problem too. You need basic HTTPS to work with browser before trying anything else.
Do you have an URL I could check from here ?
by support
Thu Mar 27, 2008 1:22 pm
Forum: JFileUpload
Topic: Changing size output
Replies: 1
Views: 5576

Re: Changing size output

You can't. It only displays size in bytes. I've added it to the wish list:
http://www.jfileupload.com/support/wishlist/index.html
by support
Thu Mar 27, 2008 1:17 pm
Forum: JFileUpload
Topic: blacklist question
Replies: 3
Views: 8476

Re: blacklist question

You want to avoid such filename or you want to rename it ?