Splitting uploads folder into subdirectories

I think I’d simply split the upload dir based on the first character of the file GUID, so that when you get a download request you don’t have to use getBean() (and hit the database) to figure out where you stored it :slight_smile: Thanks @benperiton for the contribution!