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

Notification

Icon
Error

Options
Go to last post Go to first unread
Lavelle  
#1 Posted : Tuesday, November 18, 2008 9:37:22 PM(UTC)
Lavelle

Rank: Newbie

Groups: Member
Joined: 6/22/2008(UTC)
Posts: 5

Hello

I´m trying to save the current upload list for further usage. It does work with the activeX control but not with the java applet.

I tried this with Firefox 2.0.0.18 and also with IE using iu.activeXControlEnabled = false property

Here´s the relevant parts from my embedding script:

var iu = new ImageUploaderWriter("IUploader", iuWidth, iuHeight);

iu.javaAppletCodeBase = iuJavaPath; (the path is correct, filename not included)

iu.javaAppletCached = true;

iu.javaAppletVersion = "5.5.6.0";

iu.addEventListener("BeforeUpload", "IUploader_BeforeUpload");

And the function:

function IUploader_BeforeUpload() {

getImageUploader("IUploader").SaveUploadList(1);

}

List ID set to 1 just for testing purposes, I intend to store the number of lists user uploads and always get a "free" id to a variable. I´ve tried resetting the list first in fullPageLoad but that doesn´t help.

Now what happens is that images won´t start to transfer and the browser crashes.

If I comment out saving the list from the above function, then everything works okay.

OS WinXP SP3, JRE 1.6.0_07

Any thoughts on this one?

Dmitry  
#2 Posted : Wednesday, November 19, 2008 3:40:51 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

I just tried to reproduce the problem, but had no success. I attached the sample page, please, review it, maybe I missed something.

Could you give me a link to the page where you experience the problem? It will allow us to solve the problem in timely manner.

File Attachment(s):
SaveUploadList.zip (3kb) downloaded 10 time(s).
Sincerely yours,

Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!

Users browsing this topic
Guest
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.