All Projects → 1up-lab → Oneupuploaderbundle

1up-lab / Oneupuploaderbundle

Licence: mit
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.

Labels

Projects that are alternatives of or similar to Oneupuploaderbundle

Certificationy
The core library to create tests and certifications
Stars: ✭ 457 (-19.4%)
Mutual labels:  symfony
Php Docker Boilerplate
🍲 PHP Docker Boilerplate for Symfony, Wordpress, Joomla or any other PHP Project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP)
Stars: ✭ 503 (-11.29%)
Mutual labels:  symfony
Tania
A PHP based, free, and open source farming management system.
Stars: ✭ 528 (-6.88%)
Mutual labels:  symfony
Symfony Console Autocomplete
Shell autocompletion for Symfony Console based scripts
Stars: ✭ 465 (-17.99%)
Mutual labels:  symfony
Wellcommerce
Open-source E-Commerce software
Stars: ✭ 499 (-11.99%)
Mutual labels:  symfony
Sentry Symfony
The official Symfony SDK for Sentry (sentry.io)
Stars: ✭ 515 (-9.17%)
Mutual labels:  symfony
Easy Deploy Bundle
The easiest way to deploy your Symfony applications
Stars: ✭ 446 (-21.34%)
Mutual labels:  symfony
Minkbrowserkitdriver
Symfony2 BrowserKit driver for Mink framework
Stars: ✭ 542 (-4.41%)
Mutual labels:  symfony
Sensiodistributionbundle
Base bundle for Symfony Distributions
Stars: ✭ 501 (-11.64%)
Mutual labels:  symfony
Skeleton
The Symfony skeleton
Stars: ✭ 523 (-7.76%)
Mutual labels:  symfony
Vagrant Php Dev Box
PHP 7 vagrant development box with nginx, php-fpm, MySQL, Symfony, Laravel, ... on Ubuntu 16.04
Stars: ✭ 473 (-16.58%)
Mutual labels:  symfony
Webpack Encore Pack
Stars: ✭ 492 (-13.23%)
Mutual labels:  symfony
Ddd Playground
Domain-Driven Design in a PHP project using Symfony
Stars: ✭ 517 (-8.82%)
Mutual labels:  symfony
Symfony Certification Preparation List
List of topic-specific resources to help you prepare for Symfony certification
Stars: ✭ 460 (-18.87%)
Mutual labels:  symfony
Idea Php Laravel Plugin
Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
Stars: ✭ 537 (-5.29%)
Mutual labels:  symfony
Foscommentbundle
Threaded comments for Symfony
Stars: ✭ 451 (-20.46%)
Mutual labels:  symfony
Payumbundle
Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.
Stars: ✭ 509 (-10.23%)
Mutual labels:  symfony
Entityauditbundle
Audit for Doctrine Entities
Stars: ✭ 546 (-3.7%)
Mutual labels:  symfony
Oneupflysystembundle
A Flysystem integration for your Symfony projects.
Stars: ✭ 541 (-4.59%)
Mutual labels:  symfony
Api Pack
A Symfony pack for API Platform
Stars: ✭ 520 (-8.29%)
Mutual labels:  symfony

OneupUploaderBundle

CI Total Downloads

The OneupUploaderBundle for Symfony adds support for handling file uploads using one of the following JavaScript libraries, or your own implementation.

Features included:

Documentation

The entry point of the documentation can be found in the file Resources/docs/index.md

Read the documentation for master

Upgrade Notes

  • Version 3.0.0 supports now Symfony 5 (kudos to @steveWinter, @gubler, @patrickbussmann, @ErnadoO and @enumag, see #373! Symfony 3.x support was dropped.
  • Version 2.0.0 supports now Symfony 4 (Thank you @istvancsabakis, see #295)! Symfony 2.x support was dropped. You can also configure a file extension validation whitelist now (PR #262).
  • Version 1.5.0 supports now Flysystem (Thank you @lsv! PR #213) and is no longer compatible with PHP 5.3 (it's EOL since August 2014 anyway).
  • Version v1.0.0 introduced some backward compatibility breaks. For a full list of changes, head to the dedicated pull request.
  • If you're using chunked uploads consider upgrading from v0.9.6 to v0.9.7. A critical issue was reported regarding the assembly of chunks. More information in ticket #21.
  • Error management changed in Version 0.9.6. You can now register an ErrorHandler per configured frontend. This comes bundled with some adjustments to the blueimp controller. More information is available in the documentation.
  • Event dispatching changed in Version 0.9.5. The dispatching is now handled in the 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.
  • Event names changed in Version 0.9.3, update your EventListener accordingly.

License

This bundle is under the MIT license. See the complete license in the bundle:

LICENSE

Reporting an issue or a feature request

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].