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.
I have successfully been using class.upload.php on my localhost. I have reached the time when I need to implement it on my actual webhosting. I thought that I have everything prepared. I have checked with the service provider and the php_ini file is set so that 128MB are allocated for php.
Currently when I make the call to process() the entire page fails to load anything. Even if I have an echo statement right before process. I know that it is the process() line because when I comment it out the rest of my code will execute. Is there any other issues besides lack of memory that would cause this issue. Is it possible that the host doesn't have a certain library that is needed?Reply
Currently when I make the call to process() the entire page fails to load anything. Even if I have an echo statement right before process. I know that it is the process() line because when I comment it out the rest of my code will execute. Is there any other issues besides lack of memory that would cause this issue. Is it possible that the host doesn't have a certain library that is needed?
Thanks for your help.