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???m having issues with processing multiple images; I am using the basic example script, with one exception. I have added this to the MULTIPLE UPLOADS part:
The log ($handle->log )doesn???t show anything, the one thing I have learned is that the ???foreach??? loop dies on the second pass, when it gets to $handle->Process("./test/");
Is there some way to work around this problem?Reply
It works for small images, but for larger pictures (1.5mb each) it will only process one of the 3 photos.
I have changed my php.ini to have:
The log ($handle->log )doesn???t show anything, the one thing I have learned is that the ???foreach??? loop dies on the second pass, when it gets to $handle->Process("./test/");
Is there some way to work around this problem?