I've to upload 15 Mbytes file to the server by the post method on a SOLARIS system with Apache/php-4.0.6 . Directive inside php.ini are set as follow :
max_execution time= 3000 => I need 1200
memory_limit=102400000
upload_max_filesize=26214400
post_max_size = 26214400
In the form max_filesize=20000000
Each time I restart server. I work with PHPLIB and I use session...
I can upload a 10 K file but not the 15 Mb file.... I read closely the upload file chapter on www.php.net => no answer :-(
It's possible for other why not here ?
Have somebody an idea about this issue ? Thanx for your help.