class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
I have similar problem. I have few pictures in a local folder and i want in a loop resize each of them and save to diferent folder.
I read all files in the array and make loop foreach. Script goes well if there are small pictures and not a lot. If in folder are big pictures and many pictures the time limit for the script execution is the problem.
Any idea for resolving this problem? Aby script exaple?
I read all files in the array and make loop foreach. Script goes well if there are small pictures and not a lot. If in folder are big pictures and many pictures the time limit for the script execution is the problem.
Any idea for resolving this problem? Aby script exaple?
Thanks a lot. and sorry for my english :)