Path Mapping For Media Uploads

My company is currently using Umbraco 7.13.2, and in Back Office our Media section has the following content tree:
/media/images/assets
/media/images/content
/media/images/products
/media/documents
/media/files

By default, images uploaded via Back Office are assigned an incrementing folder id, so that “myimage.jpg” is given the path “/media/1001/myimage.jpg”.

I would like to be able to make the Back Office folder path match the actual folder path–so, for instance, instead of automatically being assigned to “/media/1001/myimage.jpg” it will instead be assigned to “/media/content/myimage.jpg”.

I can’t seem to find where the folder value is being set, so even that information alone would be incredibly helpful.

Any help would be grealy appreciated, thanks!


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/96809-path-mapping-for-media-uploads