Re: [PHP] increasing max size to upload

2002-06-20 Thread Philip Olson
Rename php.ini-dist to php.ini and modify it according to your needs (also read all the notes contained within). Regards, Philip Olson On Thu, 20 Jun 2002, Anil Garg wrote: > hi, > > how can i change the maximum size of the file being uploaded?? > The line below does not seem to help me: >

Re: [PHP] increasing max size to upload

2002-06-20 Thread Tyler Longren
Change upload_max_filesize in php.ini to the value you desire. -- Tyler Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com On Thu, 20 Jun 2002 12:12:33 -0400 "Anil Garg" <[EMAIL PROTECTED]> wrote: > hi, > > how can i change the maximum size of the file being uploaded?