Search found 9 matches

by tszarans
Mon Jul 16, 2012 12:49 pm
Forum: JFileUpload
Topic: JSTransferCompleted, JSTransferDone not firing
Replies: 3
Views: 8340

Re: JSTransferCompleted, JSTransferDone not firing

Thanks - that did the trick.

Also needed to change the following - which I didn't notice at a quick glance.

Code: Select all

document.write('CODE="jfileupload.upload.client.MApplet.class" ');
to:

Code: Select all

document.write('CODE="jfileupload.upload.client.JSMApplet.class" ');
by tszarans
Sat Jul 14, 2012 6:57 pm
Forum: JFileUpload
Topic: JSTransferCompleted, JSTransferDone not firing
Replies: 3
Views: 8340

JSTransferCompleted, JSTransferDone not firing

I'm using 2.9 enterprise version of the jupload tool, and was trying to get the JSTransferCompleted call back to work. I download the jsapi.jar from the web site, and adjusted the appropriate applet parameters to include it, and from the java console it appears to be loaded: security: property packa...
by tszarans
Thu Mar 01, 2012 4:22 pm
Forum: JFileUpload
Topic: Firefox 10 (windows) form text input issues
Replies: 5
Views: 11118

Re: Firefox 10 (windows) form text input issues

Problem went away with 10.0.1 update.
by tszarans
Mon Feb 06, 2012 9:50 pm
Forum: JFileUpload
Topic: Firefox 10 (windows) form text input issues
Replies: 5
Views: 11118

Firefox 10 (windows) form text input issues

I have encountered an odd problem with firefox 10, and can recreate it using the sample applet_http.html in the "dist" folder - on both 2.8 and 2.9 of the jfileupload applet (using java 1.6.0_30). Code snip to wrap the applet in a form. <form action="" method="post"> <input name="test" type="text" s...
by tszarans
Wed Aug 04, 2010 10:50 pm
Forum: JFileUpload
Topic: large http upload freezes
Replies: 7
Views: 14273

Re: large http upload freezes

No - the progress bar does not complete and the web server does not see the forward request.
by tszarans
Wed Jul 21, 2010 10:45 am
Forum: JFileUpload
Topic: large http upload freezes
Replies: 7
Views: 14273

Re: large http upload freezes

I'm not 100% sure what to check for. Apache 2 documentation has options regarding LimitRequestBody (default 0 - means unlimited or 2G) which I do not have set. The upload java client is freezing before handing off anything to the perl program. This is the log from the java console on a large file: J...
by tszarans
Sat Jul 17, 2010 1:07 pm
Forum: JFileUpload
Topic: large http upload freezes
Replies: 7
Views: 14273

Re: large http upload freezes

I don't believe it is a timeout issue, as the upload happens very fast over the local network (1 to 2 seconds) 3/4 of the 100M is uploaded, then the pause happens (status bar stops).

I'm using a default install of Apache 2.2 on CentOS 5.4 - what would I look for regarding timeouts?
by tszarans
Wed Jul 14, 2010 7:36 pm
Forum: JFileUpload
Topic: large http upload freezes
Replies: 7
Views: 14273

large http upload freezes

I have a working setup of jfileupload 2.6 . If I try and transfer a large file via http (200M+) the progress bar stops at around 77% and does not continue. I am using apache 2.2/mod_perl2, small files however work without any issues. Files that are 100M get uploaded no problem. After waiting for a l...
by tszarans
Thu May 13, 2010 11:51 pm
Forum: JFileUpload
Topic: javax.net.ssl.SSLHandshakeException
Replies: 1
Views: 5052

javax.net.ssl.SSLHandshakeException

Hi, I have been using jfileupload for sometime now, and recently switched over to a star, or * SSL certificate, eg: *.somedomain.com When I try an upload using jfileupload 2.4 I get the following error: Upload started ...Upload failed : javax.net.ssl.SSLHandshakeException: sun.security.validator.Val...