Download the PHP package codem/silverstripe-damn-fine-uploader without Composer
On this page you can find all versions of the php package codem/silverstripe-damn-fine-uploader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codem/silverstripe-damn-fine-uploader
More information about codem/silverstripe-damn-fine-uploader
Files in codem/silverstripe-damn-fine-uploader
Package silverstripe-damn-fine-uploader
Short Description An HTML5 upload field for Silverstripe 4, including editable form fields for silverstripe/userforms
License BSD-3-Clause
Homepage https://github.com/codem/silverstripe-damn-fine-uploader
Informations about the package silverstripe-damn-fine-uploader
A file upload module for Silverstripe
An upload field that can be used to upload files to a Silverstripe website.
The frontend uses Uppy to handle & submit client uploads.
Features
- a page model + controller allowing upload of one or more files to a chosen folder
- support for userforms via an editable upload field
- mime type validation via silverstripe/mimevalidator
- sub resource integrity (SRI) support for generated requirements
- thumbnail generation of uploaded images for the silverstripe/asset-admin
- min/max image dimension verification (via Uppy)
- configurable file size restrictions
- restrict uploads by one or more file types
- restrict uploads by file size
This module is not intended for use in the Silverstripe administration area, use the standard UploadField for that.
Installing
Upload security
In the module and administration area
- Set asset folders chosen as upload targets to be restricted (i.e no public access)
- Verify the above by attempting to access file URLs anonymously
Generally
- Use the
public
directory setup process available in more recent versions of Silverstripe - Ensure your web server is configured to not serve files that can be considered dangerous if they are served from an upload directory
- Review upload fields periodically to ensure they are configured correctly
Configuration
Have a look in for various configuration options and see also Default Configuration
Modify the value in your project configuration, along with anything else you like (e.g upload size limits)
The entry can be used to add any configuration value supported by the field.
Fields
See fields documentation for examples.
Browser support
All the good ones. The Uppy website provides a list of supported browsers
Even though Uppy purports to support Internet Explorer, any bugs raised related to Internet Explorer will be closed.
Issues
Please add feature requests and bug reports to the Github issue tracker
Security
If you have found a security issue in this module, please email git {at} codem dot com dot au in the first instance.
License
BSD-3-Clause
Roadmap
- File removal support in Uppy
- Grouped uploads
- Possible usage of the
filepond
library as an alternative frontend implementation
Thanks
Thanks for reading, here's a silly meme:
All versions of silverstripe-damn-fine-uploader with dependencies
silverstripe/userforms Version ^5.11.0
silverstripe/mimevalidator Version ^2.3.0
symbiote/silverstripe-multivaluefield Version ^5.3.0