Reply to Processing large files

Processing large files new!
by Seanie, 17 years, 7 months ago
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:
$handle->image_resize         = true;
$handle->image_ratio_y        = true;
$handle->image_x              = 200;

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:
upload_max_filesize = 256M
post_max_size = 256M
memory_limit = 256M
max_execution_time = 0

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

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important