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

Notification

Icon
Error

Options
Go to last post Go to first unread
fusedev  
#1 Posted : Monday, October 6, 2008 5:17:22 AM(UTC)
fusedev

Rank: Newbie

Groups: Member
Joined: 10/6/2008(UTC)
Posts: 1

Hello,

I just started evaluating the image uploader today and I wanted to know if there was a way to just get the RedirectUrl to automatically go once the upload is complete without having the user have to click on the "ok" button.
Fedor  
#2 Posted : Monday, October 6, 2008 6:36:45 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)
Hello,

Quote:
I just started evaluating the image uploader today and I wanted to know if there was a way to just get the RedirectUrl to automatically go once the upload is complete without having the user have to click on the "ok" button.


To disable upload complete message just set ImageUploader.MessageUploadCompleteText Property to empty value:

Code:
iu.addParam("MessageUploadCompleteText", "");
Best regards,
Fedor Skvortsov
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.