[PHP] increasing max size to upload

2002-06-20 Thread Anil Garg
hi, how can i change the maximum size of the file being uploaded?? The line below does not seem to help me: input type=hidden name=MAX_FILE_SIZE value=25000 Do i need to make some more changes?? php ver i am using is mod_php4-4.1.2 I dont have a php.ini file anywhere!! i just have a file

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?? The

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: