"Anil Garg" <[EMAIL PROTECTED]> wrote in message 025d01c21876$40e08a20$[EMAIL PROTECTED]">news:025d01c21876$40e08a20$[EMAIL PROTECTED]... > hi, > > sory to post this here. > 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="250000000"> > > 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 php.ini-dist in > /usr/local/etc/ ...but i dont think it is being used.
One way is to enter values in httpd.conf php_admin_value post_max_size 30000000 php_value upload_max_filesize 30000000 / morten -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php