FileManagerBundle icon indicating copy to clipboard operation
FileManagerBundle copied to clipboard

FileManager is a simple Multilingual File Manager Bundle for Symfony

Results 30 FileManagerBundle issues
Sort by recently updated
recently updated
newest added

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 ![fmgr1](https://user-images.githubusercontent.com/40366714/153837425-7b9d2f22-5099-4404-89ad-49e64cdff933.png) 2. There is no thumbnail previews in subfolders ![fmgr2](https://user-images.githubusercontent.com/40366714/153837591-2f6b4660-f561-4f47-a49f-41b29dc9c7fa.png) 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("?")...