Re: PHPfileuploader errors

  •  08-19-2009, 5:26 AM

    Re: PHPfileuploader errors

    hi Cj,
    I hope someone can help me here.
    I have the same problem.
    My file limit is 15MB.
     
    I have tweaked php.ini according to the manual.
    my php setting now are:
     
    file_uploads : on
    max_execution_time : 300
    max_input_time : 300
    memory_limit : 64M
    post_max_size : 16M
    upload_max_filesize : 16M
     
    I don't know what else is wrong here. I want my users to be able to upload max 15mb of file and now when I try to upload a 3mb file (which takes about 1 min and 10 seconds), it says the 3mb is too large while file size limit is 15M !
     
    Isn't that strange??
     
    Please help.
     
    Sean 
     
View Complete Thread