unicod3 / slim3-jqueryFileUpload

This is a simple upload controller for use of BlueImp/JQuery-File-Upload.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slim Framework 3 - Implementation of blueimp/jQuery-File-Upload

This is a simple upload controller for use with BlueImp/JQuery-File-Upload. This repo contains multiple file uplaod example.

Project also has a model to save images and their names into database with the Eloquent ORM.

Installation

Clone project to your folder.

Run this command to install dependencies

php composer.phar install

src/dependencies.php

// Import your controller
$container['Imagely\UploadController'] = function ($c) {
  return new Imagely\UploadController($c);
};

if you set up a database you will also get a listing page at /images route

About

This is a simple upload controller for use of BlueImp/JQuery-File-Upload.

License:MIT License


Languages

Language:PHP 59.3%Language:JavaScript 23.3%Language:HTML 13.1%Language:CSS 4.0%Language:ApacheConf 0.3%