This is a migrated thread and some comments may be shown as answers.

RadAsyncUpload control

1 Answer 117 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Boriana
Top achievements
Rank 1
Boriana asked on 22 Oct 2010, 03:10 PM
Hello,

I would like to ask you the following:

1. Is there a way to hide the input textbox field of RadAsyncUpload control?
2. Is there a way to change the text of the button "Select" of RadAsyncUpload control?



Thanks in advance!

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 25 Oct 2010, 02:11 PM
Hello Boriana,

Please check this online example - it demonstrates the needed approach:

1.  the input field is hidden with the following css style:

.RadUpload input.ruFakeInput
{
  display: none;
}

2.  the text is changed using Localization property:

<Localization Select="Choose Avatar" />

Hope this helps.

Best wishes,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
AsyncUpload
Asked by
Boriana
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or