1up-lab / OneupUploaderBundle

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.
MIT License
603 stars 177 forks source link

Update OneupUploaderExtension.php #399

Closed AntoineTesson closed 3 years ago

AntoineTesson commented 3 years ago

Compliant SF5.2 , this ligne $kernelRootDir = $this->container->getParameter('kernel.root_dir'); throw an fatal error, and is useless on this function

bytehead commented 3 years ago

Thank you! I've fixed it via 977c9c0.