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'm using it on a site I just made to upload and resize an image. It works great on my local machine but when I put the site live on hosting ( 1and1 :( ) it doesn't resize the image.
I get no errors or warnings, the log says no image processing wanted.
I'm using the latest version of the script and the upload part is working great, just not the resize part.
Is this just because of the 1and1 hosting or is there anything in the script I could change?
First thing, thanks for the class,it's brilliant!
I'm using it on a site I just made to upload and resize an image. It works great on my local machine but when I put the site live on hosting ( 1and1 :( ) it doesn't resize the image.
I get no errors or warnings, the log says no image processing wanted.
I'm using the latest version of the script and the upload part is working great, just not the resize part.
Is this just because of the 1and1 hosting or is there anything in the script I could change?
Thanks in advance for any help