Hi Team,
I am working in RadAsyncUpload. My requirement is at a point of time I will upload only one file. While uploading the file I don't want other files to be selected or remove already selected file.
Here, I wanted to either disable the whole file name that is displayed above the inlineprogress of upload control or disable the remove button associated to the file name. Also I have to disable the select button of the control when other files are uploading to the server.
When I use the following code when the file got selected
document.getElementById("<%# RadAsyncUpload1.ClientID%>").Enabled = false;
the whole control got disabled and the file is not getting uploaded. Hope you understand my question
Thanks & Regards,
Mohan
I am working in RadAsyncUpload. My requirement is at a point of time I will upload only one file. While uploading the file I don't want other files to be selected or remove already selected file.
Here, I wanted to either disable the whole file name that is displayed above the inlineprogress of upload control or disable the remove button associated to the file name. Also I have to disable the select button of the control when other files are uploading to the server.
When I use the following code when the file got selected
document.getElementById("<%# RadAsyncUpload1.ClientID%>").Enabled = false;
the whole control got disabled and the file is not getting uploaded. Hope you understand my question
Thanks & Regards,
Mohan