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

[Solved] RadUpload "Browse..." button text

3 Answers 402 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 21 Jan 2009, 01:54 PM
I am using a RadUpload Control and it displays the text "Browse..." in the button displayed next to the textbox.  Is there a way to change the text for the "Browse..." button.  I am using RadControls for ASPNET AJAX Q1 2008.  I have noticed that you can use the "Localization" method to change the text for other types of control and so have tried: Localization["Select"] = "text"; for the RadUpload control, but this has no effect.

Cheers

Dave

3 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 21 Jan 2009, 03:15 PM
Hello David,

Please refer to this help article for details on the matter. However, I think you will have to update to the latest version of the control.

Kind regards,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
vinod
Top achievements
Rank 1
answered on 03 Apr 2009, 05:05 AM
I am using a RadUpload Control and it displays the  "Browse button while uploading files
0
Sudhanva
Top achievements
Rank 1
answered on 21 May 2009, 03:35 PM
Hi,

I have Three dots in the place of Browse text in the browse button.

Here is my Code:
 <telerik:RadUpload ID="RadUpload1" runat="server" ControlObjectsVisibility="None" 
  InputSize="34" Width="200px" ReadOnlyFileInputs="true">  
<Localization Select="..." /> 
    </telerik:RadUpload>     

And i need the width of the Button to be reduced.

How can i achieve this?

Help me.
Tags
Upload (Obsolete)
Asked by
David
Top achievements
Rank 1
Answers by
Paul
Telerik team
vinod
Top achievements
Rank 1
Sudhanva
Top achievements
Rank 1
Share this question
or