benoit_labourdette Hi, since the v.0.12 update, the zip download feature that was default isn't there, and I don't suceeded in enabling it. I put 'download_dir' => 'zip', into the config.php file, but no change. Thanks for help.
Karl benoit_labourdette Did you try the actual download dir button from the contextmenu? I have checked, and it does still work and downloads the entire dir by first creating the zip in PHP. This option does NOT work when downloading selected files, which will always use the javascript downloader option. It's unclear why you need to use 'download_dir' => 'zip' in the first place ... Unlike the javascript downloader, which might fail at 2GB but is fast and will start immediately, the PHP zip generator is slow, and will likely fail or timeout at < 500GB. And it uses unnecessary amounts of storage space on the server.