IFileSystem for storing media in SQL Database table
I have created a IFileSystem implementation for storing images in a FILESTREAM enabled SQL database table, instead of the file system. It wasn't terribly straightforward as the IFileSystem is very file system-centric (I know, I should have guessed).
I have not used it in production, but hoping people will find it useful, and it would be great if people could contribute to making it better.
IFileSystem for storing media in SQL Database table
I have created a IFileSystem implementation for storing images in a FILESTREAM enabled SQL database table, instead of the file system. It wasn't terribly straightforward as the IFileSystem is very file system-centric (I know, I should have guessed).
I have not used it in production, but hoping people will find it useful, and it would be great if people could contribute to making it better.
https://github.com/sprintstar/UmbracoFileSystemProviders.SQLFileStream
is working on a reply...