[wpmu-trac] [WordPress MU Trac] #288: wp-includes/functions.php missing flv ogm bz2, perhaps other filetypes

WordPress MU Trac wpmu-trac at lists.automattic.com
Thu Mar 22 22:28:08 GMT 2007


#288: wp-includes/functions.php missing flv ogm bz2, perhaps other filetypes
------------------------+---------------------------------------------------
 Reporter:  xiand0      |       Owner:  donncha
     Type:  defect      |      Status:  new    
 Priority:  lowest      |   Milestone:         
Component:  component1  |     Version:         
 Severity:  minor       |    Keywords:         
------------------------+---------------------------------------------------
 Around line 1200, insert
                 'flv' => 'video/flv',
                 'ogm' => 'audio/ogm',
 and change
                 'gz|gzip' => 'application/x-gzip',
 to
                 'gz|gzip|bz2' => 'application/x-gzip',

 The trouble here is that people can't upload given filetypes even though
 they are allowed in the wpmu-options "Upload File Types:" list. The error
 message is "File type does not meet security guidelines. Try another."
 (which is false in these cases, File type is just forgotten in a function,
 which is easy to fix?)

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/288>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list