|
Posted by Alvaro G. Vicario on 11/29/06 23:05
*** David escribió/wrote (Wed, 29 Nov 2006 16:58:01 -0600):
> ini_set('upload_max_filesize', 8000000);
>
> the upload_max_filesize is not set. However, if I make the change in
> .htaccess with "php_value upload_max_filesize 8m", this works.
>
> Why does not the ini_set work?
From manual: "Not all the available options can be changed using ini_set().
There is a list of all available options in the appendix."
This is the appendix: http://www.php.net/manual/en/ini.php
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
Navigation:
[Reply to this message]
|