PHPackages                             anatoliynyatin/far-symfony2-jquery-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. anatoliynyatin/far-symfony2-jquery-upload

ActiveSymfony-bundle

anatoliynyatin/far-symfony2-jquery-upload
=========================================

Integrates JqueryUpload into Symfony2 with OneUpFlySystem

1.0.1(10y ago)13871MITPHPPHP &gt;=5.3.9

Since Jan 3Pushed 8y ago2 watchersCompare

[ Source](https://github.com/AnatoliyNyatin/FARSymfony2Upload)[ Packagist](https://packagist.org/packages/anatoliynyatin/far-symfony2-jquery-upload)[ RSS](/packages/anatoliynyatin-far-symfony2-jquery-upload/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (16)Versions (3)Used By (0)

FARSymfony2Upload
=================

[](#farsymfony2upload)

This bundle adds symfony2 integration to the [BlueImp/Jquery Upload Plugin](https://github.com/blueimp/jQuery-File-Upload)using [1up-lab/OneUpFlySystemBundle](https://github.com/1up-lab/OneupFlysystemBundle) filesystem abstraction layer.

The project [faparicior/FARSymfony2UploadDemo](https://github.com/faparicior/FARSymfony2UploadDemo) is a demo to test this Bundle.

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require faparicior/far-symfony2-jquery-upload "~1"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
