Hi,
I am trying to upload 10 images through a php script,but Ialways get a page not found error when I submit.
The same script works when I upload 2 OR 3 images.There is a problem only when the image size exceeds 500/600 KB.
The size of each image is approx 130 to 160 kB.So for 10/11 image uploadng it becomes heavy.I have gone through some forums and made the changes , but it doesn't seem to work.
I have tried making the following changes:
php.ini (located usually in the /etc/php.ini):
file_uploads - file upload is enabled
upload_max_filesize - default 2Mb make sure to be large enough
post_max_size - default 8Mb, make it as large (or slightly larger) as upload_max_filesize
memory_limit - by default 8Mb, make sure that is large enough and bigger than upload_max_filesize.
The server session timeout variable also changed as mentioned in some of the php forums.
In the file upload script I set the max file size to 2MB,,but it still
doesn't work.
One can view php info at :http://65.110.52.101/test.php
Please help.
Thanx & Regards