kumarsivarajan / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

"Download zipped" option missing from menus on client side #557

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login
2. Select Multiple files
3. Add to Dropbox, or not
4. Look for "download zipped" option

What is the expected output? What do you see instead?
Expected a "download zipped" option in the action menus. No option to download 
multiple files or folder as zipped file seems to exist.

What version of the product are you using? On what operating system?
Mollify 2.5.12 on Linux/PHP 5.3.13/mySQL

Please provide any additional information below.

This used to work on my server, but not anymore for some reason. 
"enable_zip_download" is set to TRUE. Also tried to set $ZIP_OPTIONS = 
array("large_file_size" => 7 * 1024 * 1024), but nothing seems to bring the 
"download zipped" back on the client side.

Thank you for your attention to this.

Original issue reported on code.google.com by sugarhil...@gmail.com on 3 Jul 2014 at 2:26

GoogleCodeExporter commented 8 years ago
In recent versions, it is archiver plugin that provides "download compressed" 
feature: https://code.google.com/p/mollify/wiki/ArchiverPlugin

Original comment by samuli.j...@gmail.com on 30 Jul 2014 at 8:55

GoogleCodeExporter commented 8 years ago
Thank you. I set it up as per the wiki page, and it works great. Thanks again 
for your great work on this project.

Original comment by sugarhil...@gmail.com on 30 Jul 2014 at 8:40