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

Radupload localization not working when EnableFileInputSkinning is set to false

0 Answers 56 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Dean
Top achievements
Rank 1
Dean asked on 03 May 2013, 02:05 AM
Hi Team,

I have a radupload control in my page with a property EnableFileInputSkinning that is set to false, i needed to disable this property so i can apply my own design for the control. However, when this porperty is set to false my localization for the browse button is not working. Text is always set to "Browse....".

Attached is the sample code of my control.
<telerik:RadUpload ID="uscUploadMetadata" runat="server" MaxFileInputsCount="1" CssClass="fileupload"
                            ControlObjectsVisibility="None" EnableFileInputSkinning="false" OnClientAdded="keyboardSupport">
                                <Localization Select="<%$Resources: Browse%>" Remove="<%$Resources:Global, Remove%>">                     </Localization>
                            </telerik:RadUpload>

Please help me with this one.

Thank you,

Dean

No answers yet. Maybe you can help?

Tags
Upload (Obsolete)
Asked by
Dean
Top achievements
Rank 1
Share this question
or