This is a migrated thread and some comments may be shown as answers.

How to fetch uploaded files from dynamically createrd rad upload ?

1 Answer 38 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Nilanjan
Top achievements
Rank 1
Nilanjan asked on 17 Nov 2008, 03:24 PM
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.

 

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 17 Nov 2008, 04:02 PM
Hi Nilanjan,

You can use the Request.Files collection. It should be populated with the uploaded files. Request is a property of your Page object.

All the best,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Upload (Obsolete)
Asked by
Nilanjan
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or