Image File Processing Limits
-
There seems to be some issues with emails that have multiple picture files attached. If there are too many files, the email processing times out. I am pretty sure that this is an issue with the settings on the server. If there is a timeout because the email process is not finished, the result is the ‘tmpfile’ post, and no processing of the mail/images.
I am aware that you can compress images before emailing, but some users aren’t really geeky enough to know how to do it (and to remember to do it).
As a test, I tried to upload 11 images, with a total file size of about 8MB. The last image successfully processed was the 6th image, and about 4MB. I had debug turned on, so I could see what got processed. It would seem that the system could do better than that.
Note that when the processing fails, there is no error message sent to the admin when you have the ‘notify on error’ enabled. That would be nice, if possible.
So I am looking for some general recommendations on server PHP settings that would be best to allow for processing multiple image files without timing out. I can make those changes via the php.ini file, but is there some ‘good’ values to use?
Thanks.
- The topic ‘Image File Processing Limits’ is closed to new replies.