Re: [base] upload file size limit

2006-05-24 Thread Bob MacCallum
and to check what's actually running from Apache create the following file: /www/phpinfo.php with contents: then view the (nicely tabulated) results with your web browser. charles girardot writes: > Hi > > Maybe you can check whether you changed it in the proper php conf file > by

Re: [base] upload file size limit

2006-05-24 Thread charles girardot
Hi Maybe you can check whether you changed it in the proper php conf file by typing : php -i | grep max you should see your changes like ... post_max_size200Mclass="v">200M upload_max_filesize200Mclass="v">200M ... Hope this helps Charles On 24 mai 06, at 15:49, <[EMAIL PROTECTED]> wrot

[base] upload file size limit

2006-05-24 Thread rbirnie
Hi all, I'm having a problem with upload file size limits in base-1.2.17. Exactly the same problem was posted about 10 days ago by David Zhao but I never saw a solution. Basically, my system is insisting that the file upload limit is 8Mb. I've changed post-max-size and upload_max_filesize in php.i