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

Creating folder.

1 Answer 74 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Berkman
Top achievements
Rank 1
Berkman asked on 19 Mar 2013, 07:59 AM
Hi Experts,

I am using RadFileExplorer for the user to navigate to a particular directory. How to create a new folder inside the navigated path using this control on clicking an icon?

Thanks and Regards,
Anto Berkman.

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 19 Mar 2013, 08:59 AM
Hi Berkman,

You can set the EnableCreateNewFolder property of the RadFileExplorer to true to enable folder creation. Please have a look into the following code.

ASPX:
<telerik:RadFileExplorer ID="RadFileExplorer1" runat="server" Width="400px" Height="400px" EnableCreateNewFolder="true">
    <Configuration ViewPaths="~/Images" UploadPaths="~/Images" />
</telerik:RadFileExplorer>

Thanks,
Princy.
Tags
FileExplorer
Asked by
Berkman
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or