-
Install via composer and run dev/build.
-
Now any UploadField that hasn't explicitly called
setFolderName()
will be affected by this module. If you need to reset an UploadField's folder name you must callUploadField::setFolderName(false)
to that it will fallback to the default upload path, at least as of SilverStripe 4.1. -
Check "Known limitations" on the main README.md and ensure you don't need to follow those steps for your use-cases.