This bundle provide a simple ways to handle uploads on the server side.
Currently, it supports the simple, form-data, multipart and resumable ways.
Using Gaufrette as storage layer, you can handle file uploads and store files on many places such as a local file system, an Amazon S3 bucket, ...
Tests are run with PHPUnit. Once you installed dependencies with composer, then:
Tests/Fixtures/App/app/config/parameters.yml
filetest
environment
php Tests/Fixtures/App/app/console doctrine:schema:update --force --env=test
phpunit