Thanks for the sample code for upload provider.
My only outstanding question is how can I specify a different provider for templates and images. Here's how I do it in 6.6:
- myHtmlEditor.Setting["InsertTemplate-CuteEditorFileStorageType"] = typeof(MyTemplateFileStorage).AssemblyQualifiedName;
- myHtmlEditor.Setting["InsertImage-CuteEditorFileStorageType"] = typeof(MyBlobFileStorage).AssemblyQualifiedName;
As you can see I have "MyTemplateFileStorage" and "MyBlobFileStorage".