[wp-trac] Re: [WordPress Trac] #9481: Uploads folder spec relative url assumes under wordpress folder

WordPress Trac wp-trac at lists.automattic.com
Wed Apr 8 08:14:17 GMT 2009


#9481: Uploads folder spec relative url assumes under wordpress folder
-------------------------+--------------------------------------------------
 Reporter:  anmari       |       Owner:                    
     Type:  enhancement  |      Status:  new               
 Priority:  low          |   Milestone:  Unassigned        
Component:  Media        |     Version:  2.7.1             
 Severity:  minor        |    Keywords:  uploads wp-content
-------------------------+--------------------------------------------------
Changes (by Viper007Bond):

  * type:  defect (bug) => enhancement


Comment:

 I honestly think how it is now is best.

 Having the full filesystem path in the uploads directly input would A) be
 incredibly long on many hosts, and more importantly B) be confusing to the
 majority of users (who are novices). The same applies to the URL -- I
 think most people want their uploads in their `wp-content` folder and not
 relative to their blog URL.

 Regardless, it's very, very easy to make it be elsewhere. Infact I serve
 my uploads from an entirely different subdomain (static.domain.com)
 running an entirely different HTTPD (Lighttpd). All you do is use relative
 paths.

 Upload directory: `../../../foo/bar`[[BR]]
 Upload URL: `http://static.domain.com/uploads`

 Recommend closing as `wontfix`.

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


More information about the wp-trac mailing list