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.
yes i am check the memory limit. in php4 i have the setting 32 m of memory limit but in php5 i have only 8m. and when i want to increase in php.ini then he gives me error.
when i crop image more then 1MB size with class.upload.php
then $handle->process(./test/);
above script line is not executed and my image is not crop.
but when i use PHP4.4.7 then script working fine.
can anyone tell me whats the problem with PHP5.2.4.
Please help me as soon as ....
thanks in advance.
See this post for instance
in php4 i have the setting 32 m of memory limit
but in php5 i have only 8m. and when i want to increase in php.ini then he gives me error.
so what can i do.?
If it is on shared hosting, contact your system administrator or hosting company to ask them to raise the limit for you.