I'm building a big database wich I show detail and images for every mountain huts and peaks.
The trouble is that there are 24000 mountains and 5000 huts into my db and for every record I've 4 jpg.
My hosting plan unlimited (godaddy) provide me unlimited disk space (the image size is not a problem) but there is a INODE Limit (max number of file on the server) fixed to 250000. I may stay into this limit but I want to know if in some method I can store image into one file like XML and binary images) In any case the image should be readable by individual link like this: website.it/images/waypoints/"name of the mysql field"/"name of the mysql field"-number.jpg
Can someone help me?
thank you :)