Skip to content
lchrennew edited this page Dec 18, 2012 · 3 revisions

Web File Manager provides strong extensibility to let you use any kind of storage you want, such as file system, MongoDB GridFS, HDFS or an hybrid storage system.

Current version implements two kinds of storage: Disk file system and MongoDB GridFS.

If you want to use other storages, follow this guide please.

  1. Implement your IFileStorage interface
  2. Implement your IFileEntry interface
  3. Implement your IFilenameParser interface
  4. Configure the appSettings.config file and set value of IFileStorage to the full name of the class implemented in step 1.
  5. Configure the appSettings.config file and set value of IFilenameParser to the full name of the class implemented in step 3.

DONE!

Clone this wiki locally