waldemar / superupload
cakephp 媒体上传插件
dev-master
2014-09-01 13:41 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-09-24 03:13:12 UTC
README
##简介
我还使用了dropzone.js http://www.dropzonejs.com/ 来实现多拖拽功能。
##安装
- 下载并解压缩/unzip,或者更好的是将它git clone到"your_app_folder/Plugin/SuperUpload"
- 通过在Config/bootstrap.php中添加
CakePlugin::load('SuperUpload', array('bootstrap' => true, 'routes' => false));来将插件添加到你的应用中 - 编辑上传插件的Config/bootstrap.php文件
- 将上传表添加到数据库
- 在Config/database.php中设置上传插件数据库连接
- 创建目录/webroot/files 并更改权限为0777
##插件仍在开发中:##待办事项
- 下一个版本将包含裁剪和错误修复
- 向waldemarnt@outlook.com发送更多想法