Search found 5 matches

by cchristoph
Sun May 26, 2013 8:23 am
Forum: JFileUpload
Topic: Problem with JSEHTTP
Replies: 2
Views: 8898

Re: Problem with JSEHTTP

At present, I'm testing your solution. I suppose it is the PRO version

Charles
by cchristoph
Tue May 14, 2013 2:22 pm
Forum: JFileUpload
Topic: Problem with JSEHTTP
Replies: 2
Views: 8898

Problem with JSEHTTP

Hello, I've an error when I try to use jsehttp. NoClassDefFoundError jfileupload/transfert/client/core/E The code is the following (on IE10 with Java 1.7.21) <object name="ItemFile_UPLOAD" width="100%" height="100%" classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" codebase="http://java.sun.com/u...
by cchristoph
Wed Feb 25, 2009 7:26 am
Forum: JFileUpload
Topic: JFileUpload, Forms and JSAPI
Replies: 4
Views: 9378

Re: JFileUpload, Forms and JSAPI

A workaround is to show the form and hide the applet. When the user click a button I set the extraParameters, disable the form and display the applet...
But you should consider to allow callback function.
by cchristoph
Wed Feb 25, 2009 6:26 am
Forum: JFileUpload
Topic: JFileUpload, Forms and JSAPI
Replies: 4
Views: 9378

Re: JFileUpload, Forms and JSAPI

I don't need to get the value of the parameter I write in the applet, I don't thing getExtraParameter will do the trick. When I create the page with the applet I don't know the values of the parameters, I thus need a form to ask them to the user and before just upload begins I need a way to send the...
by cchristoph
Tue Feb 24, 2009 2:17 pm
Forum: JFileUpload
Topic: JFileUpload, Forms and JSAPI
Replies: 4
Views: 9378

JFileUpload, Forms and JSAPI

I've tried jsapi to intercept some events to pass arguments from a form to jfileupload. The problem is that the JSTransfertTriggered doesn't do the trick. The argument I set in this function is not available for the current download but for the next. Is there a solution to pass parameters from the f...