[wp-trac] [WordPress Trac] #11051: upload problem

WordPress Trac wp-trac at lists.automattic.com
Sat Oct 31 04:43:32 UTC 2009


#11051: upload problem
--------------------------+-------------------------------------------------
 Reporter:  rustang289    |        Owner:         
     Type:  defect (bug)  |       Status:  closed 
 Priority:  normal        |    Milestone:         
Component:  Upload        |      Version:  2.8.5  
 Severity:  normal        |   Resolution:  invalid
 Keywords:                |  
--------------------------+-------------------------------------------------
Changes (by dd32):

  * status:  new => closed
  * resolution:  => invalid
  * milestone:  Unassigned =>


Comment:

 This is a "new" security function, Only whitelisted filetypes may be
 uploaded by all users (admins included), Previously, This only applied to
 non-administrators.

 See  #10692 for where it was done, and a link to a plugin to add file
 types to the whitelist.

 Feel free to open tickets to add any other safe files which should be
 whitelisted.

 To restore pre-2.8.5 behaviour, you may add this to the wp-config.php
 file:
 {{{
 define('ALLOW_UNFILTERED_UPLOADS', true);
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11051#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list