custom gallery file access

Last post 03-28-2009, 7:36 AM by jonchapp. 2 replies.
Sort Posts: Previous Next
  •  03-27-2009, 9:39 AM 50357

    custom gallery file access


    I am interested in using CuteEditor and wonder if there is a way to write my own code to access gallery files using calls to my own web service. I presume that this would be something like SqlFileStorage.
     
    Editor1.Setting["CuteEditorFileStorageType"]=typeof(SqlFileStorage).AssemblyQualifiedName
     
    or maybe something with CustomFileProvider
     
    Do you have any suggestions and/or documentation re: recommended approach for doing this sort of extension?
     
    Thanks.
     
     
    Filed under:
  •  03-28-2009, 1:38 AM 50402 in reply to 50357

    Re: custom gallery file access

    Hi,
     
    You can just create a class and inherits the FileStorage .
     
    And then implement the abstract classes , just like what SqlFileStorage does.
     
    Regards,
    Terry
     
  •  03-28-2009, 7:36 AM 50409 in reply to 50402

    Re: custom gallery file access

    Good. Will look at that. Thanks.
View as RSS news feed in XML