Tag: media type
Adding RAR to allowed upload types of wordpress
by z3n on Mar.26, 2010, under Tips & Hints
Problem:
I can’t upload rars to wordpress.
Solution:
Edit wp-includes/functions.php,
search for:
'exe' => 'application/x-msdownload'
add a line after it:
'rar' => 'application/x-rar-compressed',
Done!
You may want to add other filetypes you also enjoy here.
Source: