Hello all, I have a web site on Shared Hosted Server. They have a hard limit of 50,000 files.
I have a while to go yet, but my site allows Image (jpg), file uploads, does anyone know any special tricks to help me get some of my file count back by storing multi image files in one file.
Most of the image files are under about 300k, but they are all different color, sizes, resolution etc.
My images are in groups, so I was thinking of making a ZIP file, and adding all images in a group to a ZIP file, but for speed sake I would want no compression, but was not sure then on the best way to show the image, do I have to extract it to file then serve?
Any ideas anyone? Or any new/different ideas?
Storing the files in a MySQL Db as Blobs is not a option also, as my host has a 500mb limit on the size of a DB.
thanks gggggggg