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.
Thank you so much for your advice, I made the following changes to my php.ini file: upload_max_filesize = 64M memory_limit = 64M post_max_size = 64M
After restarting PHP and the trying to upload and resize images, it worked perfectly- with dimensions as high as 2816x2112. It definitely appeared to be that an insufficient memory limit was enabled in PHP.
Thanks once again for your help.
Congrats and thanks for this brilliant Class- it is definitely the best file/image uploading and resizing class that I have worked with and really easy to use.Reply
Thank you so much for your advice, I made the following changes to my php.ini file:
upload_max_filesize = 64M
memory_limit = 64M
post_max_size = 64M
After restarting PHP and the trying to upload and resize images, it worked perfectly- with dimensions as high as 2816x2112. It definitely appeared to be that an insufficient memory limit was enabled in PHP.
Thanks once again for your help.
Congrats and thanks for this brilliant Class- it is definitely the best file/image uploading and resizing class that I have worked with and really easy to use.