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 seeing a lot of folkes here with large file upload problems. I'm another one. I get the error "No JPEG read support" when I try and upload files over 1Mb (I have set file_max_size to eqaul 2Mb)
The solution offered seems to be to increase the amount of memory available to PHP.
My host 1and1 give me 40M to play around with. Is this enough?
I am currently experimenting with a 1.5Mb file that is being copied and thumbnailed and moved to a new directory.
I'm no techie, so this script has really wowed me - thanks Colin.
I'm seeing a lot of folkes here with large file upload problems. I'm another one. I get the error "No JPEG read support" when I try and upload files over 1Mb (I have set file_max_size to eqaul 2Mb)
The solution offered seems to be to increase the amount of memory available to PHP.
My host 1and1 give me 40M to play around with. Is this enough?
I am currently experimenting with a 1.5Mb file that is being copied and thumbnailed and moved to a new directory.
I'm no techie, so this script has really wowed me - thanks Colin.
Simon