netinfluence/upload-bundle

Get a multiple file AJAX upload done in minutes

1.2.0 2019-03-19 13:01 UTC

This package is auto-updated.

Last update: 2024-03-19 23:53:06 UTC


README

User and developer friendly file upload.
Versions 0.x supports Symfony 2.x only, version 1.1 add support for Symfony 3.x, v1.2 supports Symfony 2 to 4.x.

Features:

  • a nice AJAX-powered async upload powered by DropzoneJS
  • totally integrated with Symfony2 forms and transparent to use!
  • of course files are properly validated
  • multiple files upload too
  • files are uploaded to any storage of your choice (local filesystem, Amazon...) using Gaufrette
  • files are stored in a sandbox first
  • integrates with Doctrine ORM: files are moved from sandbox upon entity save
  • when coming back to the form, files can be removed
  • when needed, thumbnails are generated using LiipImagineBundle
  • internationalized in English and French, you can easily add more
  • very easily overridable and customizable, if you don"t want any of the above

Latest Stable Version Build Status SensioLabsInsight Scrutinizer Code Quality

Documentation

Documentation for O.xx versions

Getting started:

Cookbook:

Advanced: