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

Notification

Icon
Error

Options
Go to last post Go to first unread
smandros  
#1 Posted : Monday, May 19, 2008 7:44:50 AM(UTC)
smandros

Rank: Member

Groups: Member
Joined: 9/21/2007(UTC)
Posts: 12

I am using ImageUploader 4.7.
I need to be able to suppress the “Success” message that appears when all files are loaded. How can I do that from apsx.cs file that is code behind the page that contains the Uploader control

Thank you
Eugene Kosmin  
#2 Posted : Monday, May 19, 2008 11:51:33 AM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hello,

You can use MessageUploadCompleteText property:

Code:
iu.addParam("MessageUploadCompleteText", "");

Best regards,
Eugene Kosmin
The Aurigma Development Team
Users browsing this topic
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.