Search found 7 matches

by thomas
Tue Mar 31, 2009 8:52 am
Forum: JFileUpload
Topic: upload not completed
Replies: 5
Views: 13379

Re: upload not completed

Here it is the applet parameters: <APPLET CODE="jfileupload.upload.client.MApplet.class" JAVA_CODEBASE="/applets/upload/" ARCHIVE="lib_original/jfileupload.jar,lib_original/httpimpl.jar,lib_original/chttpclient.jar,lib_original/clogging.jar,lib_original/batchui.jar" WIDTH="430" HEIGHT="300" NAME="fi...
by thomas
Thu Mar 26, 2009 10:02 am
Forum: JFileUpload
Topic: upload not completed
Replies: 5
Views: 13379

Re: upload not completed

Yes I get this ArrayIndexOutOfBoundsException with JFileUpload! I attach you the java console log! I have to inform you that the jsp for http mode are install on two servers under a load balancer! So with the jsp url, the applet connect one of the two servers! it depends on the load balancer! Second...
by thomas
Wed Mar 25, 2009 2:39 pm
Forum: JFileUpload
Topic: upload not completed
Replies: 5
Views: 13379

upload not completed

I would like to what to do when the upload crashed (eg : exception)!
In fact, how can i take the not completed information to modify my UI???

Secondly! Do you now why i get an "arrayIndexOutOfBoundsException"???

thomas
by thomas
Thu Jan 08, 2009 8:38 am
Forum: JFileUpload
Topic: Complete the table of files in javascript
Replies: 3
Views: 10267

Re: Complete the table of files in javascript

Excuse me! i'm talking about JBatchUpload! is it possible?
by thomas
Wed Jan 07, 2009 9:25 am
Forum: JFileUpload
Topic: Complete the table of files in javascript
Replies: 3
Views: 10267

Complete the table of files in javascript

hi!

is it possible to complete the table of files in javascript? when there are a crash, i would like to complete the table with the old files liste (automatically)! it is to launch quickly upload files remaining!

thanks!
by thomas
Wed Jan 07, 2009 9:17 am
Forum: JFileUpload
Topic: run my applet with javascript
Replies: 2
Views: 8760

Re: run my applet with javascript

thanks!
by thomas
Tue Jan 06, 2009 5:14 pm
Forum: JFileUpload
Topic: run my applet with javascript
Replies: 2
Views: 8760

run my applet with javascript

hi,

i would like to know if is it possible to run my applet with javascript? eg: document.fileupload.run() or something like that (i don't want to click on the upload start button)!

thanks