Version 4 supported
This version of Silverstripe CMS is still supported though will not receive any additional features. Go to documentation for the most recent stable version.

Files

File management and abstraction is provided by the silverstripe/assets. This provides the basis for the storage of all non-static files and resources usable by a Silverstripe CMS web application.

By default the File has these characteristics:

  • A default permission model based on folder hierarchy.
  • Versioning of files, including the ability to draft modifications to files and subsequently publish them.
  • Physical protection of both unpublished and secured files, allowing restricted access as needed.
  • An abstract storage based on the flysystem library, which can be substituted for any other backend.
  • Can be embedded into any HTML field via shortcodes.
File management
Learn how to work with File and Image records
Images
Learn how to crop and resize images in templates and PHP code
File security
Manage access permission to assets
File storage
Describes the persistence layer of files
File migration
Manage migration of legacy files to the new database structure
Allowed file types
Control the type of files that can be stored in your Silverstripe CMS project
File usage
See file usage and customising the file "Used on" table

API documentation