Hi All,
I am using RadAsyncUpload control in my program. I wanted to reduce the size of text box which comes with asyncupload control. Is it possible??? Here is my sample code.
<telerik:RadAsyncUpload runat="server" AllowedFileExtensions="jpg,png" ID="rdUploadImage" MultipleFileSelection="Disabled" MaxFileInputsCount="1" ControlObjectsVisibility="None" Width="1px" OnClientFileUploaded="ImageFileUploaded" InputSize="40" >
<Localization Select="Browse" />
</telerik:RadAsyncUpload>
<style type="text/css">
.RadUpload .ruRemove
{
display:none;
}
</style>
If anybody knows, kindly let me know the solution. Thanks in advance.
I am using RadAsyncUpload control in my program. I wanted to reduce the size of text box which comes with asyncupload control. Is it possible??? Here is my sample code.
<telerik:RadAsyncUpload runat="server" AllowedFileExtensions="jpg,png" ID="rdUploadImage" MultipleFileSelection="Disabled" MaxFileInputsCount="1" ControlObjectsVisibility="None" Width="1px" OnClientFileUploaded="ImageFileUploaded" InputSize="40" >
<Localization Select="Browse" />
</telerik:RadAsyncUpload>
<style type="text/css">
.RadUpload .ruRemove
{
display:none;
}
</style>
If anybody knows, kindly let me know the solution. Thanks in advance.