We had a requirement to include additional input controls in Telerik fileupload control template. We spent more time looking into the HTML source of Telerik control on browser once it is renedered to find a way to add these controls with Javascript, but we could not find any solution for that. Later we realized that the Telerik controls provide the client script functions for its' controls, so for upload control also we found few events like OnClientAdded tha helped us to add additional inout controls like dropdown lists and lables etc. like shown in below.
Telerik FileUpload control with additional input control in it.
Below is the screen shot of Telrik file Upload control with extra input controls shown in a single line.
The code for this post is available here. Download
Telerik FileUpload control with additional input control in it.
Below is the screen shot of Telrik file Upload control with extra input controls shown in a single line.
The code for this post is available here. Download