Re: [PHP] how to increase maximum upload file size

2005-02-25 Thread Srinadh Sannidhanam
Even if I change that in php.ini it doesn't work. I changed LimitRequestBody value in directive of php.conf located in /etc/httpd/conf.d. Now it is working fine. But, I am not sure how post_nax_size effects file uploads. In my server it is set to 8M and upload_max_filesize is 32M. I succes

Re: [PHP] how to increase maximum upload file size

2005-02-25 Thread Bret Hughes
On Thu, 2005-02-24 at 06:32, Srinadh Sannidhanam wrote: > Hi, > In my application I need to allow the user to upload a file with size more > than 2M. > I came to know that by default php will allow only 2M. How can change it. > I changed, that in php.ini file and restarted apache. but still

Re: [PHP] how to increase maximum upload file size

2005-02-24 Thread Jochem Maas
Srinadh Sannidhanam wrote: Hi, In my application I need to allow the user to upload a file with size more than 2M. I came to know that by default php will allow only 2M. How can change it. I changed, that in php.ini file and restarted apache. but still not working. How to solve this problem