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

can RadUpoad select contents of a folder

1 Answer 35 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Anu
Top achievements
Rank 1
Anu asked on 03 Jun 2013, 07:28 PM
is it possible to make the RadUpload to select all files in a folder and upload, instead of user going to the folder and do a Ctl+A to select all files in it?


Thanks

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 04 Jun 2013, 10:44 AM
Hello Anu,

RadUpload provides a Browse button that basically opens up an OpenFileDialog. However, if you don't want to take advantage of that button and the browsing functionality, you can still use the RadUpload. But in this case you'll have to manually pass a collection of files to the control as demonstrated in this tutorial.

This means that in order to implement your scenario, you'll have to define custom logic that gets a collection of files for upload and then pass that collection to the RadUpload control.

Regards,
Tina Stancheva
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Upload
Asked by
Anu
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or