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
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
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
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'