Ispconfig 3 max_file_upload

Discussion in 'ISPConfig 3 Priority Support' started by gigizmo, Nov 22, 2013.

  1. gigizmo

    gigizmo New Member

    Hello

    I have:
    Ispconfig 3 on Ubuntu 10.04 lts with php 5.3.2-1 and Apache.

    one of my customers ask to rise the value of max_file_upload from 20 to 50.

    I have putted this line in his php.ini option on his site:
    "max_file_upload = 50"

    but it's seem do not function. There is a particolar method to rise this value ?
     
  2. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    Are you sure he meant max_file_upload and not upload_max_filesize and post_max_size?
    The default allows only 2M to be uploaded.
     
  3. gigizmo

    gigizmo New Member

    Hi Croydon,

    Yes, I have in custom php.ini:

    disable_functions = mail
    max_file_upload = 50
    post_max_size = 20M
    upload_max_filesize = 20M

    the upload_max_filesize and post_max_size function well, but max_file_upload is always to 20.
     
  4. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    Oh, max_file_upload? But it is max_file_uploads (with s).
     
  5. gigizmo

    gigizmo New Member

    I have see.

    now i try with s

    thx
     

Share This Page