• Resolved itssri

    (@itssri)


    There are several threads where this issue was not resolved but the thread was closed for new reply. Hence, this new query and I am also going to post my solution here.

    Question: how to increase the file upload size limit beyond 2MB?

Viewing 1 replies (of 1 total)
  • Thread Starter itssri

    (@itssri)

    Solution that worked for me:

    You must change the values for both the below variables in the php.ini file in the /etc/php5/ folder of your server:
    post_max_size (Maximum HTTP POST size)
    upload_max_filesize (Maximum file upload size)

    You might also want to fine-tune the below variables if you get time-out or out-of-memory errors:

    memory_limit (Maximum memory allocation)
    max_execution_time (Maximum execution time)
    max_input_time (Maximum input parsing time)

    If you do not have access to the php.ini file or you don’t understand what this is all about, please take assistance from your hosting provider or a capable professional.

Viewing 1 replies (of 1 total)
  • The topic ‘Increasing upload file size limit over 2MB’ is closed to new replies.