DO you need custom Upload directory for all types of Media in WordPress. If yes, insert below code in your wp-config file.

define( 'UPLOADS', ''.'DIRNAME' );

Replace DIRNAME by your directory name.