Stars: 596
Forks: 179
Pull Requests: 171
Issues: 262
Watchers: 28
Last Updated: 2023-08-04 09:33:16
This Symfony bundle provides a server implementation for handling single and multiple file uploads using either FineUploader, jQuery File Uploader, YUI3 Uploader, Uploadify, FancyUpload, MooUpload, Plupload or Dropzone. Features include chunked uploads, orphanages, Gaufrette and Flysystem support.
License: MIT License
Languages: PHP
The OneupUploaderBundle for Symfony adds support for handling file uploads using one of the following JavaScript libraries, or your own implementation.
Features included:
The entry point of the documentation can be found in the file docs/index.md
Read the documentation for master
ErrorHandler
per configured frontend. This comes bundled with some adjustments to the blueimp
controller. More information is available in the documentation.upload*
functions. So if you have created your own implementation, be sure to remove the call to the dispatchEvents
function, otherwise it will be called twice. Furthermore no POST_UPLOAD
event will be fired anymore after uploading a chunk. You can get more information on this topic in the documentation.This bundle is under the MIT license. See the complete license in the bundle:
LICENSE
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.