• I am trying to increase the upload limit for users which is currently set at 40M (by default?).

    I have made the number adjust in php.ini to two locations:

    upload_max_filesize = 100M
    post_max_size = 100M

    Saved the php.ini but, MediaPress refuses to allow 84M file upload.

    Opening System Info on MediaPress it still shows a 40M limit in both lines (upload and post).

    Is there another location I need to change the numbers or is there another method?

  • The topic ‘Upload Limits Not Reflecting PHP Numbers’ is closed to new replies.