waldemar/superupload

cakephp media upload plugin

dev-master 2014-09-01 13:41 UTC

This package is not auto-updated.

Last update: 2024-04-23 01:24:39 UTC


README

Total Downloads Latest Stable Version

#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: