Sergiu Voicu wrote:
In the second case, and if PHP isn't in safe mode, at the beggining of your script place this line
ini_set("upload_max_filesize","41M");
ini_set() will have no effect there because by the time the script is executed, the upload has finished. You can probably use php_value to set it in the .htaccess - that depends on the setting of AllowOverride and that php is running as an apache module.

Arpad

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

Reply via email to