Re: [imp] Disabling zip preview

2013-11-26 Thread Michael M Slusarz
Quoting SSRI : We have to tried to disable Zip file preview by using the inline parameter in both config/mime_drivers.local.php and imp/config/mime_drivers.local.php : 'zip' => array( 'inline' => false, However, previewing zip files still works. As expected. 'inline' has to do with i

Re: [imp] Disabling zip preview

2013-11-21 Thread SSRI
We have to tried to disable Zip file preview by using the inline parameter in both config/mime_drivers.local.php and imp/config/mime_drivers.local.php : 'zip' => array( 'inline' => false, However, previewing zip files still works. As expected. 'inline' has to do with inline renderin

Re: [imp] Disabling zip preview

2013-11-20 Thread Michael M Slusarz
Quoting SSRI : Hello, We have to tried to disable Zip file preview by using the inline parameter in both config/mime_drivers.local.php and imp/config/mime_drivers.local.php : 'zip' => array( 'inline' => false, However, previewing zip files still works. As expected. 'inline' has to

[imp] Disabling zip preview

2013-11-20 Thread SSRI
Hello, We have to tried to disable Zip file preview by using the inline parameter in both config/mime_drivers.local.php and imp/config/mime_drivers.local.php : 'zip' => array( 'inline' => false, However, previewing zip files still works. The only way to disable it was to set : 'zip'