Integrate Cute Editor for .NET with community server 2008 filestorage

  •  12-19-2008, 7:11 AM

    Integrate Cute Editor for .NET with community server 2008 filestorage

    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.

View Complete Thread