Change in the air

On the Upload front:
Ok so we have a small and large version of the images in two different folders the question is now how to display them. I have adapted the uploader to count how many files are already in the folder the image is uploaded to and then add 1 to it and name the next file that. So for example the folder has 30 files, the next image upload will be named 31.

On the image display front:
I have done this so all the files are in numerical order of when they are uploaded, which keeps them in a nice order. I then adapted my script to scrape files from a folder to target the thumbnail folder. Instead of wasting time looking for all the files names and blah blah I use it to count the amount of files in the folder. I then set up a loop to go for the amount of files we have and then print out an image on the index page for each thumbnail. Thus saving time and server resource

>>back<<