Hi
Through Telerik's controls i found difficult to use UploadControl to work with multiple target folders
This is My Code I tried Like this
Client Side Code
==============
<telerik:RadAsyncUpload id="Rad1" runat="server" />
foreach (UploadedFile f in Rad1.UploadedFiles)
{
f.SaveAs(DocSLoc + f.GetName() ;
}
When I try with the above code I am getting the following error
E:\MyApp\App_Data\RadUploadTemp\1413543533059HomeError.jpg