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

Notification

Icon
Error

Options
Go to last post Go to first unread
hcaltenco  
#1 Posted : Monday, September 17, 2012 7:06:43 AM(UTC)
hcaltenco

Rank: Newbie

Groups: Member
Joined: 1/24/2012(UTC)
Posts: 4

Thanks: 2 times
Hi,

I have been trying to add a custom checkbox to the TopPane of Aurigma Uploader, but cannot manage to make it display. Is there a way to add a custom control to the Aurigma Flash Uploader control? I have tried this:

Code:
protected void Page_Load(object sender, EventArgs e)
{
    Dictionary<string, string> userSettings = WebUser.UserSettings();
    ImageUploaderFlash1.UploadSettings.RedirectUrl = Request.Url.PathAndQuery;
    ImageUploaderFlash1.TopPane.ShowViewComboBox = false;
    CheckBox testCheck = new CheckBox();
    testCheck.Text = "Also add to Day";
    //ImageUploaderFlash1.TopPane.Controls.Add(testCheck);
    ImageUploaderFlash1.Controls.Add(testCheck);
}

Thank you in advance,

Hector

Edited by moderator Monday, September 17, 2012 8:16:31 AM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#2 Posted : Monday, September 17, 2012 8:11:26 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hi Hector,

Flash uploader control cannot be customized. Unfortunately, you cannot add a check box to the top panel of it.

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

thanks 1 user thanked Dmitry.Obukhov for this useful post.
hcaltenco on 9/17/2012(UTC)
hcaltenco  
#3 Posted : Monday, September 17, 2012 11:48:28 PM(UTC)
hcaltenco

Rank: Newbie

Groups: Member
Joined: 1/24/2012(UTC)
Posts: 4

Thanks: 2 times
Dmitry.Obukhov wrote:
Hi Hector,

Flash uploader control cannot be customized. Unfortunately, you cannot add a check box to the top panel of it.

Thanks Dmitry, good to know is not possible. Maybe by moving the Checkbox with CSS I can make it look like it is inside the Aurigma Uploader Control.

/Hector

Dmitry.Obukhov  
#4 Posted : Tuesday, September 18, 2012 2:44:00 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hector,

Good idea, but unfortunately it will not help. Of course you may change look and feel of Flash Uploader compiling predefined CSS file to SWF, but it does not help to add additional elements to the uploader control. I am sorry.

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

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.