Hi,
My file upload script gives "Page not found error" or "No data found" error in Netscape when i try to upload a file of size 1.5mb.
I am using apache 2 and php 4.2.2 on redhat linux.
In the script the MAX_FILE _SIZE is set to 5mb as follows:
<input type="hidden" name="MAX_FILE_SIZE" value="5242880">
Following are the settings in php.ini
max_execution_time = 90
memory_limit = 8M
post_max_size = 8M
upload_max_filesize = 5M
In the script the max_execution time is set to 1000 seconds as follows:
ini_set ( max_execution_time, "1000");
Yet the file of size 1.5 mb cannot be uploaded..
Files of smaller size get uploaded easily..
Please help.
regards,
Mukta