<labelfor="maxZipInputSize"><?phpecho$l->t('Maximum input size for zip files (affects folder- and multi-file download)');?></label><inputname="maxZipInputSize"id="maxZipInputSize"value='<?phpecho$_['maxZipInputSize']?>'/><br/>
'error' => $l->t('Selected files too large to generate zip file.'),
'hint' => 'Download the files in smaller chunks, seperately or kindly ask your administrator.<br/><ahref="javascript:history.back()">' . $l->t('Back to Files') . '</a>',
)
);
$tmpl->assign('errors', $errors);
$tmpl->printPage();
exit;
}
}
}
/**
* try to detect the mime type of a file
*
@ -256,7 +298,7 @@ class OC_Files {
return false;
}
}
/**
* set the maximum upload size limit for apache hosts using .htaccess