~ overflow ~

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:

Chis Meller

2 Comments :, , , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!