Download the PHP package jupi/dropzonejs-uploader-bundle without Composer
On this page you can find all versions of the php package jupi/dropzonejs-uploader-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jupi/dropzonejs-uploader-bundle
More information about jupi/dropzonejs-uploader-bundle
Files in jupi/dropzonejs-uploader-bundle
Package dropzonejs-uploader-bundle
Short Description Symfony bundle to upload files with Dropzone.js
License MIT
Informations about the package dropzonejs-uploader-bundle
Jupi DropzoneJS Uploader Bundle
An ultra simple Symfony bundle to handle Dropzone.js upload request.
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
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:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Usage
The way of working of this bundle is very simple. It provides a param converter which handle the current request and pass the uploaded file to the controller
If the request is chunked, a temp file is created inside the system temp folder (using sys_get_temp_dir()
) and null
is passed to the controller until the file is entirely uploaded.
I recommend to use VichUploaderBundle to handle the database saving side.
All versions of dropzonejs-uploader-bundle with dependencies
symfony/filesystem Version ^6.2 || ^7.0
symfony/config Version ^6.2 || ^7.0
symfony/dependency-injection Version ^6.2 || ^7.0
symfony/http-foundation Version ^6.2 || ^7.0
symfony/http-kernel Version ^6.2 || ^7.0