anomaly/upload-field_type
Composer 安装命令:
composer require anomaly/upload-field_type
包简介
A simple file upload field type.
README 文档
README
anomaly.field_type.upload
A file upload field type.
The file file type provides a file input that uploads to the Files module.
Example
Using the contact form plugin:
{{ form('contact').fields({
'name': {
'required': true,
'label': 'REsume',
'type': 'anomaly.field_type.upload',
'config' : {
'folder':'uploads'
}
}
})|raw }}
统计信息
- 总下载量: 680
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-31