Resource files names

Is it possible to stop Elements from converting file names in Resources to lower case when they are uploaded? I have a bunch of files that are referenced in a custom bit of JavaScript and I currently have to change all the names manually after they have uploaded.

Unfortunately not, however, I’d recommend updating your scripts as resources files on web servers really should all be lowercase.