I wonder how to reset (clear) RadAsyncUpload and leave the component as in the initial state
after the submission in the code behind?
my aspx ::
<telerik:RadAsyncUpload runat="server" ID="rada_attach" OnClientFileUploaded="onClientFileUploaded"
MultipleFileSelection="Disabled" InitialFileInputsCount="1" MaxFileInputsCount="1"
Width="100%" />