I am writing to learn if it is possible to specify a physical path on a web server, rather than a virtual path in the web application, for the destination of an uploaded file;
Does this type of functionality need to be specified with C#, rather than in the configuration section of the RadFileExplorer?
Thanks in advance for any insight; Best regards - Rob
Does this type of functionality need to be specified with C#, rather than in the configuration section of the RadFileExplorer?
Thanks in advance for any insight; Best regards - Rob
<telerik:RadFileExplorer ID="RadFileExplorer1" Runat="server"> <Configuration ViewPaths="~/Customers" UploadPaths="~/Customers" DeletePaths="~/Customers" /> </telerik:RadFileExplorer>