Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How do I allow other filetypes to be uploaded?
I want to allow other filetypes to be attached such as .jad / .jar / .apk / .ipa etc....
Tagged:
0
Best Answers
-
Todd Vanilla StaffHere is the config option you want to edit:
$Configuration['Garden']['Upload']['AllowedFileExtensions'] = array('txt','jpg','jpeg','gif','png', 'bmp', 'tiff', 'ico', 'zip','gz','tar.gz','tgz','psd','ai','fla','swf','pdf','doc','xls','ppt','docx','xlsx','log','rar','7z');
0
Answers
There was an error rendering this rich post.
grep is your friend.