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

Notification

Icon
Error

Options
Go to last post Go to first unread
dreynolds  
#1 Posted : Thursday, August 20, 2009 2:04:12 AM(UTC)
dreynolds

Rank: Newbie

Groups: Member
Joined: 5/26/2008(UTC)
Posts: 7

Hi,

We get the following error when users reach their quota limit.

"Image Uploader encountered some problem. If you see this error message, contact web master."

I handle this via the Progress event listener and display the appropriate error message. The problem im having is that before the error message that we have created is displayed, the above error message is triggered first.

How do i stop this error from showing??

Fedor  
#2 Posted : Thursday, August 20, 2009 2:12:18 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Quote:
How do i stop this error from showing??

Just set ImageUploader.MessageUnexpectedErrorText Property to empty string value:

Code:
iu.addParam("MessageUnexpectedErrorText", "");
Best regards,

Fedor Skvortsov

dreynolds  
#3 Posted : Thursday, August 20, 2009 2:29:56 AM(UTC)
dreynolds

Rank: Newbie

Groups: Member
Joined: 5/26/2008(UTC)
Posts: 7

Great, Thanks Fedor.
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.