I have a requirement where i need to add a radupload control dynamically to page :-
RadUpload
upload = new RadUpload();
.
. set all properties here.
.
Then add it to the control collection of a parent container say Table.
Naturally the the control does not exist on the server side.
How do i get the uploaded files collection at the server end?
Or is there any work around for getting the files uploaded?
Pls advice, its urgent.