• Open Notpad editor

    Paste these two lines

    upload_max_filesize = “512M”
    post_max_size = “512M”

    save is as php.ini

    upload its on your root directory where WordPress install and also upload in wp-admin folder.

    As well as you can increase your file size to whatever you want..

    Examples

    256 MB

    upload_max_filesize = “256M”
    post_max_size = “256M”

    1-GB

    upload_max_filesize = “1024M”
    post_max_size = “1024M”

    10 GB

    upload_max_filesize = “10240M”
    post_max_size = “10240M”

    i am using WordPress 4.1 same formula I use from last 2 years

    Thanks

    Umair

    https://www.eBusiness.pk

    https://facebook.com/umairulhaqusmani

    https://facebook.com/ebusinessexperts

  • The topic ‘Below is the real solution’ is closed to new replies.