Hi,
as subject says.
I needed only Select button, so this is the css I took somewhere from this forum:
Thx!
as subject says.
<telerik:RadAsyncUpload runat="server" ID="RadAsyncUploadImageForNavNode" AllowedFileExtensions="jpg,jpeg,png,gif" CssClass="i1nvisible p1ixelWidthHeight" MaxFileSize="5242880" MultipleFileSelection="Disabled" OnFileUploaded="RadAsyncUploadImageForNavNode_FileUploaded" EnableInlineProgress="false" MaxFileInputsCount="1" OnClientFileUploaded="RadAsyncUploadImageForNavNode_OnClientFileUploaded" Localization-Select="<%$ Resources:PGC, ProjectContentElement_UploadImage %>"> </telerik:RadAsyncUpload>I needed only Select button, so this is the css I took somewhere from this forum:
.createContentPageAdditionalOptions .RadUpload input.ruFakeInput { display: none; } .createContentPageAdditionalOptions .RadUpload input.ruBrowse { width: 115px; } .createContentPageAdditionalOptions .RadUpload span.ruFileWrap input.ruButtonHover { background-position: 100% -46px; } .createContentPageAdditionalOptions .RadUpload input.ruButton { background-position: 0 -46px; }Thx!