Is it possible to change the security settings to permit uploading of Google Earth KMZ and KML files in WP2? Thanks.
Is it possible to change the security settings to permit uploading of Google Earth KMZ and KML files in WP2? Thanks.
You need to alter the permitted mime types in the file
admin-functions.php (in the wp-admin subdirectory)
Discussion of mime types
http://bbs.keyhole.com/ubb/showflat.php/Cat/0/Number/307890/Main/289764
application/vnd.google-earth.kml+xml kml
application/vnd.google-earth.kmz kmz
If files do not launch from your website you will also have to add the mime types via cpanel
Here's a discussion on altering the mime types.
http://wordpress.org/support/topic/53415
This topic has been closed to new replies.