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.