waldemar / superupload
cakephp media upload plugin
dev-master
2014-09-01 13:41 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-05 03:54:02 UTC
README
#Introduction:
I have used also dropzone.js http://www.dropzonejs.com/ for multiple drag'n'drop functionality.
#Instalation
- Download and unrar / unzip or better git clone it to "your_app_folder/Plugin/SuperUpload
- Add plugin to your app by adding
CakePlugin::load('SuperUpload', array('bootstrap' => true, 'routes' => false));
to Config/bootstrap.php - Edit Upload Plugin file Config/bootstrap.php
- Add table uploads to database
- setup Upload Plugin database connection in Config/database.php
- make directory /webroot/files chmod 0777
#PLUGIN IS STILL IN DEVELOPMENT: #to do:
- Next release is crop and bug fix
- send more ideas to waldemarnt@outlook.com