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.
Hello, first greate file upload class. Got this issue, when uploading large images, i want to resize them to surtin sizi before saveing them. But i am getting this error every time image needs to be resized: atal error: Maximum execution time of 30 seconds exceeded in upload_class.php on line 4270
In the code on line 4270: $rgba = imagecolorat($image_dst, $x, $y);
Images that dont need to be resized upload okay. Here is the function call:
Got this issue, when uploading large images, i want to resize them to surtin sizi before saveing them. But i am getting this error every time image needs to be resized: atal error: Maximum execution time of 30 seconds exceeded in upload_class.php on line 4270
In the code on line 4270: $rgba = imagecolorat($image_dst, $x, $y);
Images that dont need to be resized upload okay.
Here is the function call: