Re: [PHP] upload file size limit

2005-01-31 Thread badlya badlu
thanks bobert. I have done it. thanks... --- Robert Sossomon <[EMAIL PROTECTED]> wrote: > Look in /etc/httpd/conf.d/php.conf > > For a buddy with a file upload need I set it to > this: > > > SetOutputFilter PHP > SetInputFilter PHP > LimitRequestBody 760217600 > > > > You wi

Re: [PHP] upload file size limit

2005-01-31 Thread Robert Sossomon
Look in /etc/httpd/conf.d/php.conf For a buddy with a file upload need I set it to this: SetOutputFilter PHP SetInputFilter PHP LimitRequestBody 760217600 You will need to set your upload limit higher in this file for it to work correctly. Robert -- Robert Sossomon, Business and Tech

Re: [PHP] upload file size limit

2005-01-31 Thread Richard Lynch
badlya badlu wrote: > I have created one php file for uploading the file. i > also made changes in /etc/php.ini for size limit. but > i can not upload the files greater than 5mb. Is there > any modification which has to be done in other > configuration file. Check your POST size limit in, errr, ph

Re: [PHP] upload file size limit

2005-01-31 Thread badlya badlu
yes httpd-2.0.49-4 Should i upgrade it? --- Thomas Seifert <[EMAIL PROTECTED]> wrote: > On Mon, 31 Jan 2005 03:15:00 -0800, Badlya Badlu > wrote: > > > the path is /etc/php.ini > > also > > upload_max_filesize 50M 50M > > > > Waiting for reply. > > it also depends on your webserver. I gue

Re: [PHP] upload file size limit

2005-01-31 Thread Thomas Seifert
On Mon, 31 Jan 2005 03:15:00 -0800, Badlya Badlu wrote: > the path is /etc/php.ini > also > upload_max_filesize 50M 50M > > Waiting for reply. it also depends on your webserver. I guess you are running apache2? thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP] upload file size limit

2005-01-31 Thread badlya badlu
the path is /etc/php.ini also upload_max_filesize 50M 50M Waiting for reply. --- Wudi <[EMAIL PROTECTED]> wrote: > Run phpinfo() to see the Configuration File > (php.ini) Path. > > __ Do you Yahoo!? Yahoo! Mail - Easier than ever wit

Re: [PHP] upload file size limit

2005-01-31 Thread Wudi
Run phpinfo() to see the Configuration File (php.ini) Path. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] upload file size limit

2005-01-31 Thread badlya badlu
Hi, I have created one php file for uploading the file. i also made changes in /etc/php.ini for size limit. but i can not upload the files greater than 5mb. Is there any modification which has to be done in other configuration file. thanks in advance santosh _