|
Posted by Jerry Stuckle on 11/30/06 05:13
David wrote:
> I am puzzled, I want to change the upload_max_filesize setting, if I
> do this with
>
> 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?
Maybe because the new upload_max_filesize is only good for this pate?
And the upload is actually handled by the next page?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|