I was wondering if anyone would know of a script that does what I want.
Here is what I want:
I want one image and it's thumbnail uploaded to a specific directory on my web server once every hour. And I'd like to have 24 images in that specific directory. And everytime the script uploads a new image (every hour) ideally i'd like it to rename all the other images.
i'd like to be able to specify:
-what image the script uploads every hour (will be the same everytime)
-where the script uploads the image to
-what the script names the image after uploading
-maybe change upload time from every hour to half hour or two hours, etc.
-how many images to keep in the folder on the webserver
-rolling names of the files (ie. 00.jpg 01.jpg 02.jpg etc.
-specify the thumbnail prefix/suffix
instead of uploading all images again just upload one and change the names of the others and delete the last one.
my end result will be one image gallery page with thumbnails of 24 images. each image will be an hour apart and total of 24 (one for each hour) and they link to the full size image.
I'd like to create my own webpage and just put the file names as needed.
does anyone know of a script like this already and where i could get it? or maybe what laguage would be best for this.
its seems rather simple.
and right now i have a setup involving locally saving images in a seperate folder with webcam32 and AutoFTP uploads all 24 images every hour. I am using 2 programs and uploading 48 images every hour (thumbnails too) and thought there should be a better way.
please help