Re: Re: How to upload files up to 40MB with a html post form?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux