Keep casing with media library file uploads
# help-with-umbraco
l
Does anyone know a reliable way of keeping the file names (including casing) on file names that are uploaded to Umbraco? I've seen many posts on github/our that ask similar questions and don't get to a resolution I guess ideally we'd need to edit/remove the friendly name helper call here? Is there a better/different way of approaching it? https://github.com/umbraco/Umbraco-CMS/blob/2d2d17d928045fd39c2d0d650d4be9c62419c783/src/Umbraco.Web.BackOffice/Controllers/MediaController.cs#L879 Tried doing implementations of INotificationHandler but that's always too late, you've also lost the original casing at that point