Page 1 of 1

Problem with JSEHTTP

Posted: Tue May 14, 2013 2:22 pm
by cchristoph
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/update/1.6.0/jinsta ... ,4"><PARAM NAME="_cx" VALUE="15293"><PARAM NAME="_cy" VALUE="9419"><param name="CODE" value="jfileupload.upload.client.MApplet.class"><param name="CODEBASE" value="/jquery/jfileupload/"><param name="ARCHIVE" value="lib/jfileupload.jar,lib/jsehttpimpl.jar,lib/clogging.jar"><param name="NAME" value="ItemFile_UPLOAD"><param name="type" value="application/x-java-applet;version=1.6"><param name="scriptable" value="true"><param name="url" value="http://localhost/arp_iso/SaveObject.htm ... em"><param name="paramfile" value="ItemFile_UPLOAD"><param name="param1" value="ParentId"><param name="value1" value="8218"><param name="param2" value="ItemType"><param name="value2" value="FILE"><param name="param3" value="relativefilename"><param name="value3" value="true"><param name="resources" value="/jquery/jfileupload/i18n"><param name="mode" value="jfileupload.transfer.client.http.builtin.HTTPUploadTransfer"><param name="authentication" value="auto"><param name="folderdepth" value="-1"><param name="relativefilename" value="true"></object>

I've no problem when I don't use the usual http (with auhentication = "AUTO", however, the applet ask for a username and password).

Is it possible the applet doesn't ask for a username and password and use the current windows session ?

Charles

Re: Problem with JSEHTTP

Posted: Sat May 25, 2013 8:28 am
by support
Which license of JFileUpload do you have? Enterprise or Pro? It seems you try to mix package such as Pro/Enterprise

Re: Problem with JSEHTTP

Posted: Sun May 26, 2013 8:23 am
by cchristoph
At present, I'm testing your solution. I suppose it is the PRO version

Charles