• I am unable to upload a file in my website. It shows me connection lost saving has been disabled until you are reconnected.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @sonamsanodiya07 can you again try with the good internet speed, or you can try to increase the memory limit of your website.

    You can check your internet speed with fast.com. The issue was not with your internet, try increasing postmax size and upload limit

    @ini_set( 'upload_max_size' , '256M' );
    @ini_set( 'post_max_size', '256M');
    @ini_set( 'max_execution_time', '300' );

    Add this code in your wp-config.php file

    There can be two issues regarding this;

    1. Your Internet Connection is having trouble
    2. Your server is not really good and losing connection.

    Solutions:

    I’d recommend to change the internet connection to any other around you and see if that helps. If not resolved then check with the hosting company. Else try this plugin and disable the extra auto-saving changes. -> https://wordpress.org/plugins/heartbeat-control/

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not able to upload a file in WordPress website’ is closed to new replies.