I have a site that allows users to upload files to their account.
Currently each user has their own folder that is hosted on a separate domain to the main site.
What I'm not sure of is what I should to when the server that domain is on gets full and I need to add another sub-domain/server for the site.
The obvious thing to do is just to add a user folder to each new server as and when it's needed and track the location of each file as it's uploaded in the database.
While this would work it seems a bit clunky, maybe there is a more streamlined solution?