"Jason Wong" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Saturday 06 July 2002 10:04, Norman Zhang wrote:
>>
> > I can't seem to upload file bigger than 5M even if I set the
> > upload_max_filesize to 20M in php.ini and MAX_FILE_SIZE to 20M in the
> > script. What's am I missing here? Is the temporary upload directory
won't
> > handle file this size? Please give me some pointers here. TIA.
>
> You may need to change the post_max_size (in php.ini) as well.

Problem fixed. I couldn't find post_max_size in php.ini. But phpinfo() show
the value. I guess it is compile in by default? Anyways I added the entry
and default value (8M) was overrided. Thanks.

Norman



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

Reply via email to