Problem uploading and resizing images

See all posts See thread Reply

Re: Problem uploading and resizing images new!
by Denzil, 16 years, 2 months ago
Hi Colin,

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
Re: Problem uploading and resizing images new!
by colin, 16 years, 2 months ago
You probably need to change only memory_limit in php.ini.Reply