RTE8.0 provides both Sql File Provider and Local File Provider
The following code shows how to use SqlFileProvider in 8.0
- Editor1.SetSecurity("*", "*", "FileProviderType", typeof(SqlFileProvider).AssemblyQualifiedName);
- Editor1.SetSecurity("*", "*", "StoragePath", "/");
- Editor1.SetSecurity("*", "*", "FileProviderArg0", "download.ashx?file=");
This is the sqlfileprovider example codes /rte-uploads/members/166648/zip/sqlfileprovider.zip, there is a sql scripts file to create the File Storage Table, please run it in your database first