Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Donald  
#1 Posted : Sunday, December 22, 2013 10:42:04 PM(UTC)
Donald

Rank: Member

Groups: Member
Joined: 12/12/2013(UTC)
Posts: 9

Hi,

I am using type:"java", so is there any need of cab files?

Donald

Andrew  
#2 Posted : Sunday, December 22, 2013 10:55:25 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Hello Donald,

The .cab files contain ActiveX control. If you are using only Java, only .jar file is needed (in addition to .js files).

However is there a particular reason not to use ActiveX in IE? I believe, for IE users, ActiveX would work better than Java.

Donald  
#3 Posted : Sunday, December 29, 2013 8:10:05 PM(UTC)
Donald

Rank: Member

Groups: Member
Joined: 12/12/2013(UTC)
Posts: 9

Hi,

While Testing we found that , Uploader is not working in some machines(Try with windowsxp and IE7 and Ie 8) , While opening the page , it is forcefully closing the browser itself. I tried with both activex and java, both have same result.

Is there any solution for this?

Edited by user Sunday, December 29, 2013 11:33:24 PM(UTC)  | Reason: Not specified

Andrew  
#4 Posted : Monday, December 30, 2013 1:14:12 AM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Are you able to reproduce the problem with any of our online demo? If not, what particular uploader settings you use?
Donald  
#5 Posted : Monday, December 30, 2013 2:31:39 AM(UTC)
Donald

Rank: Member

Groups: Member
Joined: 12/12/2013(UTC)
Posts: 9

I tried demo's related to activex/java, it is working perfectly, but My project code is not working in some systems, I tried 4 machines(Windows XP& IE7) in that except one everywhere working.I tried in windows xp and IE8, it began installation but then failed and closed the browser (IE 8). I am using IE 32 bit version.

<script type="text/javascript">

var u = $au.uploader({

id: 'ImageUploader',

width: '400px',

height: '200px',

paneLayout: 'OnePane',

uploadButtonText: "",

activeXControl: {

codeBase: "./Uploader8.cab",

codeBase64: "./Uploader8_x64.cab",

actualversion: "8.0.54.0"

},

javaControl: {

codeBase: "./Uploader8.jar",

version: "8.0.54.0"

},

uploadSettings: {

actionUrl: '/shared/receive.jsp?sid=<%= emailID %>&foldername=<%= foldername %>'

},

converters:[ {mode: '*.*=SourceFile'}],

restrictions:{

fileMask: '*.*'

},

folderPane: {viewMode: 'List'},

uploadPane: {viewMode: 'Details'},

messages : {

uploadCompleted: ""

},

events: {

progress: [Uploader1_Progress]

},

folderProcessingMode:'show',

enableUploadProgress:'false'

// configure ActiveX/Java Uploader

});

u.writeHtml();

</script>

Please help me..

Edited by user Monday, December 30, 2013 4:25:27 AM(UTC)  | Reason: Not specified

Andrew  
#6 Posted : Tuesday, January 14, 2014 1:09:06 AM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
I tried to reproduce this issue on Windows XP IE8, but could not. It works fine for me. However I noticed two things:

1. You have declared an event handler of Progress event, but there is no Uploader1_Progress function (or you did not copy it here).

2. You are using actualversion param instead of version in ActiveX control. Actualversion does not exist.

Not sure why it may cause the browser crash, but I think it makes sense to fix it and see what would happen.

If it won't help, I think it makes sense to remove all params except of codebase ones. As you mentioned that online demo works, this one should work fine as well. If so, you will just add params back one by one to see when the problem get back.

Edited by user Tuesday, January 14, 2014 1:11:45 AM(UTC)  | Reason: Not specified

Users browsing this topic
Guest
Similar Topics
ActiveX 8.0.60 with java Version 7 Update 51 (Discussions – ActiveX/Java Uploader)
by bogdan.toda 2/14/2014 7:57:13 AM(UTC)
PRB: Java uploader does not send files with old Java version (FAQ – ActiveX/Java Uploader)
by Andrew 1/21/2014 12:51:12 AM(UTC)
How to check/verify Java Version on client machine (FAQ – ActiveX/Java Uploader)
by vitaly 8/9/2013 2:28:58 AM(UTC)
PRB: Java version of Downloader no longer works after updating Java to 7 Update 21 (File Downloader)
by Andrew 4/24/2013 3:14:19 AM(UTC)
Crash in Java version after latest V7 update 21; update. (Discussions – ActiveX/Java Uploader)
by Rajn 4/18/2013 12:35:24 AM(UTC)
Image colour issue when uploading using JAVA version 7.0.37 (Discussions – ActiveX/Java Uploader)
by gavphillips 11/21/2011 4:02:17 AM(UTC)
Cookies in Java version of ImageUploader (Discussions – ActiveX/Java Uploader)
by hyg 11/16/2010 12:04:06 PM(UTC)
Java version anytime soon? (Discussions – ActiveX/Java Uploader)
by nil_ 1/19/2010 2:17:50 AM(UTC)
trouble with "SilentMode" in java version (Discussions – ActiveX/Java Uploader)
by salimaabey 12/24/2009 12:32:45 AM(UTC)
Error 500 with java version (Discussions – ActiveX/Java Uploader)
by pushkinpassey 12/11/2009 6:30:10 AM(UTC)
show "My Computer", "My Pictures", "network" buttons in Java version? (Discussions – ActiveX/Java Uploader)
by pikatxu 10/21/2009 6:39:28 AM(UTC)
Thumbnail not present in IE when using Java version (Discussions – ActiveX/Java Uploader)
by Rob@Sask 11/18/2008 5:40:04 AM(UTC)
How to use Java version with IE? (Discussions – ActiveX/Java Uploader)
by metfan 9/16/2008 4:09:42 PM(UTC)
ActiveX or Java version (Discussions – ActiveX/Java Uploader)
by ycseattle 9/2/2008 12:48:06 PM(UTC)
java version doesn't create thumbs correctly, makes them small icons (Discussions – ActiveX/Java Uploader)
by solomodels 4/28/2008 12:25:21 AM(UTC)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.