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

Save Path of Uploaded File

1 Answer 95 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 31 Oct 2011, 04:14 PM
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   

<telerik:RadFileExplorer ID="RadFileExplorer1" Runat="server">
              <Configuration ViewPaths="~/Customers" UploadPaths="~/Customers"
                       DeletePaths="~/Customers" />
       </telerik:RadFileExplorer>

1 Answer, 1 is accepted

Sort by
0
Accepted
Dobromir
Telerik team
answered on 01 Nov 2011, 04:03 PM
Hi Robert,

You can achieve the required functionality by assigning a custom content provider to RadFileExplorer. You can find a detailed information on how the RadFileExplorer's content provider works in the following help article:
Using custom FileBrowserContentProvider

In addition, you can find example of such content provider in the following KB article:
Use RadFileExplorer with physical and shared folder's paths

Best wishes,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
FileExplorer
Asked by
Robert
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or