Hellow!
I want to use Cute Editor for .NET in my site, based on community server 2008 and i have some problems with filestorage
My site stores files in default CS 2008 folders
<CentralizedFileStorage>
<fileStore name="CommunityServer.Components.PostAttachments" type="CommunityServer.Components.FileSystemFileStorageProvider, CommunityServer.Components" basePath="~/filestorage/" downloadValidatorType="CommunityServer.Components.PostAttachmentFileAccessValidator, CommunityServer.Components" />
......
</CentralizedFileStorage>
Later this setting can change (maybe custom provider)
I want to configure Cute Editor for .NET to use the CS 2008 configuration instead of
<security name="ImageGalleryPath">~/photos/storage</security>
<security name="MediaGalleryPath">~/photos/storage</security>
<security name="FlashGalleryPath">~/photos/storage</security>
<security name="TemplateGalleryPath">~/files/storage</security>
<security name="FilesGalleryPath">~/files/storage</security>
how can i do this?
users that already uploaded files using default CS 2008 interface should see their uploaded files.