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

Empty message in Rad AsyncUpload

1 Answer 79 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Manish
Top achievements
Rank 2
Manish asked on 07 Mar 2014, 01:06 PM
Hi,

I want to set an empty message in asyncupload as we shows in radtextbox.

My code is

  <telerik:RadAsyncUpload ID="RAUFeatures" runat="server" Style="float: left;" EmptyMessage="Select a File..."
                        Localization-Select="Browse" MaxFileInputsCount="1" Width="400px" TargetFolder="~/App_Data"
                        AllowedFileExtensions="csv" MaxFileSize="614400" OnFileUploaded="RAUFeatures_FileUploaded"
                        OnClientValidationFailed="GridvalidationFailed" OnClientFileUploadRemoved="ToGridDeleteFile"
                        OnClientFilesUploaded="OnClientFilesUploaded">
                    </telerik:RadAsyncUpload>

I have already gave empty message property but not working i am using VS2012 and Telerik Version=2013.3.1324.40

Thanks
Manish.

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 10 Mar 2014, 03:28 PM
Hi Manish,

AsyncUpload does not have such property "EmptyMessage". To add an empty message you may put an asp.net Label control after AsyncUpload and hide or show it in the OnClientFileSelected and the OnClientFileUploadRemoved events.

Regards,
Hristo Valyavicharski
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

Tags
AsyncUpload
Asked by
Manish
Top achievements
Rank 2
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or