waldemar/superupload

cakephp media upload plugin

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/waldemar/superupload

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

This package is not auto-updated.

Last update: 2025-10-07 08:38:27 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: