If you are getting the ‘File type does not meet security guidelines’ error in WordPress 3.0.x, you can force it to accept other filetypes by modifying the /wp-includes/functions.php file, around line: 2456. I added this:
'dmg' => 'octet-stream',
in order to have it accept Mac .dmg Disk Image files.
Trackbacks/Pingbacks
- Añadir tipos validos a Wordpress 3.x | WebLog – Luis Puente - [...] electronicholas.com [...]






















I take photos, build web apps, and invest in early stage tech companies in Silicon Valley. Recently spent 5 years in China & India building Tech Startups.
Thanks Nick! Very handy bit of knowledge!