[wp-trac] Re: [WordPress Trac] #9918: Disable Flash Upload Option

WordPress Trac wp-trac at lists.automattic.com
Sun May 31 15:39:03 GMT 2009


#9918: Disable Flash Upload Option
-----------------------------+----------------------------------------------
 Reporter:  robertaccettura  |       Owner:  westi            
     Type:  feature request  |      Status:  assigned         
 Priority:  normal           |   Milestone:  Future Release   
Component:  Upload           |     Version:  2.8              
 Severity:  minor            |    Keywords:  reporter-feedback
-----------------------------+----------------------------------------------

Comment(by robertaccettura):

 It would only disable if FORCE_BROWSER_UPLOAD is defined and set to true,
 this is similar to several other constants that can be put in wp-config
 including WP_CACHE, FORCE_SSL_ADMIN.

 We could change it to  !defined('FORCE_BROWSER_UPLOAD') though note
 defined() only checks that it's defined, not the value, a bug in several
 plugins I've seen in the past that use such a technique.

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


More information about the wp-trac mailing list