Download the PHP package alaxos/cakephp3-blueimp-upload without Composer
On this page you can find all versions of the php package alaxos/cakephp3-blueimp-upload. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alaxos/cakephp3-blueimp-upload
More information about alaxos/cakephp3-blueimp-upload
Files in alaxos/cakephp3-blueimp-upload
Download alaxos/cakephp3-blueimp-upload
More information about alaxos/cakephp3-blueimp-upload
Files in alaxos/cakephp3-blueimp-upload
Vendor alaxos
Package cakephp3-blueimp-upload
Short Description CakePHP 3 plugin allowing to easily use the blueimp jQuery-File-Upload
License MIT
Homepage https://github.com/alaxos/cakephp3-blueimp-upload
Package cakephp3-blueimp-upload
Short Description CakePHP 3 plugin allowing to easily use the blueimp jQuery-File-Upload
License MIT
Homepage https://github.com/alaxos/cakephp3-blueimp-upload
Please rate this library. Is it a good library?
Informations about the package cakephp3-blueimp-upload
cakephp3-blueimp-upload
CakePHP3 plugin allowing to easily use the blueimp jQuery-File-Upload
General Features
- A helper allows to create an upload button with a progess bar
- A component manage the uploads requests (may be in multiple chunks)
- Each upload is stored into a datatable with the file infos
- Once the upload is over, do what you want in your application with the record and the uploaded file
Installation
Adding the plugin
You can easily install this plugin using composer as follows:
Enabling the plugin
After adding the plugin remember to load it in your config/bootstrap.php
file.
The Alaxos
plugin must be loaded as well.
Using the plugin
Template
Check for options in the method.
Controller
All versions of cakephp3-blueimp-upload with dependencies
PHP Build Version
Package Version
The package alaxos/cakephp3-blueimp-upload contains the following files
Loading the files please wait ....