vulcandigital/silverstripe-hashupload

Hashes the name of all files uploaded via the CMS or otherwise. Perfect for large sites that allow file uploads from potentially thousands of members

Installs: 121

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

1.0.0 2017-11-02 05:19 UTC

This package is auto-updated.

Last update: 2024-03-18 18:46:55 UTC


README

Hashes the name of all files uploaded via the CMS or use of Upload.

Perfect for large sites that allow file uploads from potentially thousands of members

Plug & Play

This module is plug and play which means you only have to install it and it will begin hashing filenames after a dev/build

Note: Hashing for existing files is NOT supported

Requirements

  • SilverStripe ^4.0+

Install

composer require vulcandigital\silverstripe-hashupload

Caveat

The default configuration for this module uses Injector to replace the standard SilverStripe\Assets\Upload class. Any other module doing the same may and most likely will cause a conflict.