I ran into another issue where all the uploads are residing on local storage. After few months, I found out that the upload folder was consuming 16GB of files. Then I had to manually create another directory and point the uploads to the second directory. It was just for the purpose to manage the files so that in future if I have to download the backup and restore it, I can do it in chunks and not the whole 50GB directory.
So the best way I did it, I started putting the directory names as 1, 2, 3, 4 and so on.
I think it would be a nice feature if you can let the users select multiple directories instead of just one directory, or create directories on incremental basis (lets say if the directory size reaches to 1GB, a new directory is created with the next number or character).
Or may be if the user selects multiple directories, then the uploads are randomly placed among any of those directories. (But I guess it would overload the database for websites with huge number of files while accessing albums and view links.)
So the best way I did it, I started putting the directory names as 1, 2, 3, 4 and so on.
I think it would be a nice feature if you can let the users select multiple directories instead of just one directory, or create directories on incremental basis (lets say if the directory size reaches to 1GB, a new directory is created with the next number or character).
Or may be if the user selects multiple directories, then the uploads are randomly placed among any of those directories. (But I guess it would overload the database for websites with huge number of files while accessing albums and view links.)