PHPackages                             gildonei/cakephp\_file\_upload - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. gildonei/cakephp\_file\_upload

ActiveCakephp-plugin

gildonei/cakephp\_file\_upload
==============================

CakePHP Plugin to upload files using jquery plugin Blueimp File Upload

076PHP

Since Oct 5Pushed 3y agoCompare

[ Source](https://github.com/gildonei/cakephp_file_upload)[ Packagist](https://packagist.org/packages/gildonei/cakephp_file_upload)[ RSS](/packages/gildonei-cakephp-file-upload/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

JqueryFileUpload - CakePHP v 0.1
================================

[](#jqueryfileupload---cakephp-v-01)

---

Using the jQueryFileUpload from blueimp in CakePHP 2.1.x

You can find the documentation \[here\]\[fileupload\] \[fileupload\]:

### Install

[](#install)

```
composer require gildonei/cakephp_file_upload:dev-master

```

#### [Demo](http://blueimp.github.com/jQuery-File-Upload/)

[](#demo)

Quick start
-----------

[](#quick-start)

- Download this plugin and move to `app/Plugins/FileUpload`
- Create a table named `uploads` in your database with the following structure:

```
CREATE TABLE uploads (
id int(11) NOT NULL AUTO_INCREMENT,
name varchar(255) NOT NULL,
size int(11) NOT NULL,
PRIMARY KEY (id)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
```

- Include the plugin in your `app/Config/bootstrap.php` file

```
CakePlugin::load('CakephpFileUpload');
```

- Start upload files at `http://yourapp.com/file_upload`

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 64.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f5e854bc37f5160e6317f6fd8effd0ed0b4dd4ac5b4a9343f25d58d15a84de1c?d=identicon)[gildonei](/maintainers/gildonei)

---

Top Contributors

[![hugodias](https://avatars.githubusercontent.com/u/513352?v=4)](https://github.com/hugodias "hugodias (11 commits)")[![gildonei](https://avatars.githubusercontent.com/u/1370979?v=4)](https://github.com/gildonei "gildonei (5 commits)")[![cloudratha](https://avatars.githubusercontent.com/u/3967435?v=4)](https://github.com/cloudratha "cloudratha (1 commits)")

### Embed Badge

![Health badge](/badges/gildonei-cakephp-file-upload/health.svg)

```
[![Health](https://phpackages.com/badges/gildonei-cakephp-file-upload/health.svg)](https://phpackages.com/packages/gildonei-cakephp-file-upload)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
