Is it possible to set the image manager of the radEditor to give acces to all the computer files? I'm only able to acces a folder of the project like this :
<ImageManager ViewPaths="~/img"/>
Thanks
3 Answers, 1 is accepted
0
Dobromir
Telerik team
answered on 02 Jul 2010, 11:19 AM
Hi Sébastien,
In order to achieve the required functionality you need to provide a custom content provider for the ImageManager dialog. Please find a tutorial on how to register custom content provider in this live demo. Also a custom content provider working with local physical paths and / or shared folders is available in the following KB article: Use RadFileExplorer with physical and shared folder's paths
Regards,
Dobromir
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
Hi - I'm having the same problem whereby I need to have all local directories in an individuals pc available in the view path of the image manager within a RadEditor. There appears to b a broken link in the previous thread for the tutorial that demonstrates how to register a custom content provider.
Can anyone help?
Thanks..Dave
0
Accepted
Dobromir
Telerik team
answered on 19 Jul 2010, 06:18 AM
Hi Dave,
Here is the correct link to the Custom File Dialogs Content Provider:
http://demos.telerik.com/aspnet-ajax/editor/examples/dbfilebrowsercontentprovider/defaultcs.aspx.
In addition, it is not possible to set ViewPaths / DeletePaths / UploadPaths to point to a users hard drive. This is not limitation of the RadFileExplorer but a restriction of the .NET Framework itself.
Best wishes,
Dobromir
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items