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.
Hi, first of all congratulations for the upload Class, it is really useful and easy to use.
I am uploading photos in 4 file form fields. When I try to upload only one photo with size over 500 Kb the browser shows an error like 404 page not found, but if the photo is less than 500 kb all its ok.
I am uploading photos in 4 file form fields. When I try to upload only one photo with size over 500 Kb the browser shows an error like 404 page not found, but if the photo is less than 500 kb all its ok.
I have configured php.ini with:
max_execution_time = 60
memory_limit = 40M
post_max_size = 8M
upload_max_filesize = 4M
Is there something I have missed??
Thank you very much!!