i have used a RadAsyncUpload in my Aspx page. It works fine but when i upload a file and then remove the file, the browse button also gets invisible.
below is my control being used
Please guide on the same.
Thanks in advance
<
telerik:RadAsyncUpload
Width
=
"230px"
runat
=
"server"
ID
=
"rgEditUpload"
OnClientFileUploaded
=
"onClientFileUploaded"
MaxFileInputsCount
=
"1"
AllowedFileExtensions
=
"jpg,jpeg,png,gif,pdf"
OnClientValidationFailed
=
"OnClientValidationFailed"
OnClientFileUploadRemoved
=
"onClientFileRemoved"
>
<
FileFilters
>
<
telerik:FileFilter
Description
=
"Documents(pdf;tiff;tif)"
/>
</
FileFilters
>
<
Localization
Select
=
"Browse"
/>
</
telerik:RadAsyncUpload
>