Media files not loading

WordPress 4.9.5 does not have the field to specify the upload path. You can do it by editing the wp-config.php:

define( 'UPLOADS', 'wp-content/media' ); // relative to ABSPATH

See Moving uploads folder.