The problem is that our web host wont let us upload any more images to a single directory, so I wanted to split them up with about 1000 in each and just create a bunch of different directories within /images/auctions to something like images/auctions/a, images/auctions/b
The only thing I can find is this line of code and I was wondering if there was a way to modify it so the auction plugin will look in all subdirectories of /images/auctions/ or if its possible to specify each directory individually?
define('AUCTION_PICTURES',JURI::root().'/images/auctions/');
define('AUCTION_PICTURES_PATH',JPATH_ROOT.DS.'images/auctions/');
I'm not sure if this is even the right place to be asking this question, but I haven't gotten an answer anywhere else

Thanks in advance!

