Re: using ftp to manage file and image library

  •  10-04-2009, 3:08 AM

    Re: using ftp to manage file and image library

    Hi,
     
    You can implement the CuteEditor.FileStorage class, and register it to :
     
    <add key="CuteEditorFileStorageType" value="myclass,mydll"/>
     
    or
     
    Editor1.Setting["CuteEditorFileStorageType"]="myclass,mydll";
     
    --
     
    But it's not a easy thing to implement it ,
     
    because you need DotNet FTP library , and understand how the FileStorage works.
     
    Please refer this :
     
    Regards,
    Terry
View Complete Thread