that worked ... thanks !!

  ----- Original Message ----- 
  From: Adam Voigt 
  To: Kenn Murrah 
  Cc: php list 
  Sent: Monday, January 06, 2003 8:48 AM
  Subject: Re: [PHP] problems adjusting size of permissable file upload


  There's also a max POST size variable in the php.ini, try upping that 
  cause the default is 8 MB if I'm not mistaken. 

  On Mon, 2003-01-06 at 09:46, Kenn Murrah wrote: 
    Greetings. 

    My code to upload file is working fine with very small files but not with 
    larger ones .... 

    Here's what I've tried so far: 

    1. I've edited my php.ini file to read: upload_max_filesize = 100M 

    2. I've the following line to my html file: 
    <input type="hidden" name="MAX_FILE_SIZE" value="100000000" > 

    when i try to upload a file of about 5 megs, it's fine ... if i try about 8 
    megs, it isn't ... 

    Can anyone tell me what I'm doing wrong? 

    p.s. ... how do i determine what version of PHP is running on my server? 

    Thanks, 




    -- 
    PHP General Mailing List (http://www.php.net/) 
    To unsubscribe, visit: http://www.php.net/unsub.php 

-- 
Adam Voigt ([EMAIL PROTECTED])
The Cryptocomm Group
My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc
       

Reply via email to