codem/silverstripe-damn-fine-uploader
最新稳定版本:v1.0.0-rc2
Composer 安装命令:
composer require codem/silverstripe-damn-fine-uploader
包简介
An HTML5 upload field for Silverstripe 4, including editable form fields for silverstripe/userforms
README 文档
README
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
composer require codem/silverstripe-damn-fine-uploader
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
publicdirectory 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 _config/config.yml for various configuration options and see also Default Configuration
Modify the signing_key value in your project configuration, along with anything else you like (e.g upload size limits)
The implementation 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
filepondlibrary as an alternative frontend implementation
Thanks
Thanks for reading, here's a silly meme:
统计信息
- 总下载量: 6.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2019-04-04
