The problem that I am facing is that I can get the script/browser/php
to pass such large file. I have modified the upload_max_size variable in
php.ini to be larger the 60Mb but this still does not help!


Is there any hard limitation that I am unaware of?

You'll probably need to adjust the following:
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
; Maximum size of POST data that PHP will accept.
post_max_size = 8M


Larry


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to