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

Notification

Icon
Error

Options
Go to last post Go to first unread
codesmith  
#1 Posted : Friday, December 1, 2006 5:13:36 AM(UTC)
codesmith

Rank: Advanced Member

Groups: Member
Joined: 7/8/2005(UTC)
Posts: 40

Hi,

I'm using the Dual 4.0 version and getting a Javascript error - only in IE so the ActiveX part of it. The error is "Object Expected" and happens in the HTML that gets written out by the "u.writeHtml();" line so hard to debug. It happens after I start the upload - looks like it happens every time the Upload Files window gets updated. If I keep clicking OK it keeps going. If I disable script debugging it uploads fine.

Any ideas?

Thanks,
Justin
George Ulyanov  
#2 Posted : Friday, December 1, 2006 6:05:03 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups: Member
Joined: 7/26/2006(UTC)
Posts: 203

Hi,

Please give us the link to your page or post its entire code.

Edited by user Tuesday, February 19, 2008 6:04:35 PM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
codesmith  
#3 Posted : Friday, December 8, 2006 1:20:58 AM(UTC)
codesmith

Rank: Advanced Member

Groups: Member
Joined: 7/8/2005(UTC)
Posts: 40

Hi George,

I sent you a PM with a link to the site. Could you let me know if you got it.

Thanks,
Justin
George Ulyanov  
#4 Posted : Friday, December 8, 2006 1:18:43 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups: Member
Joined: 7/26/2006(UTC)
Posts: 203

Hi Justin,

Oh, that was your anonymous message. Sorry for long delay.

I found that you added a Progress event handler
Code:
iu.addEventListener("Progress", "ImageUploader_Progress");

but you did not implement the ImageUploader_Progress function.

When I commented this line, the error disappeared.

So either get rid of this event handler function or implement it. You can find examples of Progress event implementation in our samples.

Edited by user Tuesday, February 19, 2008 6:05:57 PM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
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.