FileManagerBundle
FileManagerBundle copied to clipboard
FileManager is a simple Multilingual File Manager Bundle for Symfony
I have a folder which has a lot of files and instead of selecting individual files i would like to select the folder.
Hi, in my service i add "orderby" and "order" for url generate : ```php public function getConf($extra = []) { $dateNow = new \DateTime('now', new \DateTimeZone('Indian/Reunion')); $year = $this->getDirectoryExist($dateNow->format('Y')); $month...
Hi, I'd like to use the bundle for a multi-user application. I'd like to keep the actual director folder name as something immutable, such as a user UUID number, but...
Hello, 1. Image preview is not working  2. There is no thumbnail previews in subfolders  Thank you in advance for help
Hi. I need to be able to remove special characters and spaces when creating a new folder or a new file. Unfortunately, in Poland, some servers have a problem with...
Hello, My project have a folder with around of 400 000 images in other 20 folder filled with images. When I try to open the "Media Manager" it takes around...
Hi, Recently in our project, we changed the way our images are uploaded. Previously, we uploaded it in /public/img, which didn't cause any problems. Now, we try to upload images...
I have tinyMCE 6.2 in my project. How to chose file? My code js: ``` function myFileBrowser(callback, value, meta) { var type = meta.filetype; var cmsURL = "file_manager/?conf=tiny"; if (cmsURL.indexOf("?")...