Skip to content

unicod3/slim3-jqueryFileUpload

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published