Forums / Cotonti / Support / PFS Problem

Not uploading most files

dervan
#7531 2009-02-10 09:39
now you can upload zip without subdirectories only

if you need to upload zip with subdirectories, then search in file system/mimetype.php for string
$mime_type['zip'][]		= array('application/zip', '504B03041400', '1', '0', '6', '0');
and replace with
$mime_type['zip'][0]	= array('application/zip', '504B03041400', '1', '0', '6', '0');
$mime_type['zip'][1]	= array('application/zip', '504B03040A00', '1', '0', '6', '0');
[/]