"Stefan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > i wrote a php uploadscript and it works fine till the file is not larger > then 7.5mb. > is set the max upload file size in the upladfrom as well as in php.ini to > 100mb. but it still doesn't work! > system is linux red hat and php 4.0.6 (with mysql) > is there anyone who had the samestefa problem and knows a solution? > > stefan >
I suspect the killer is 'post_max_size' Adjust settings for: max_execution_time memory_limit post_max_size Also you really should upgrade to php 4.1.2 since this fixes a security hole in file uploads. Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php