I am interested to find if there is a way to completely disable/disallow certain file types upload.
For example, I would like to completely forbid my users to upload archives (.zip, .rar or similar).
I have found that if I modify config.php and add for example .zip extension to badtext array, it will rename uploaded file to .txt but what I want is to completely prevent .zip uploads.