How to Increase Upload Size in All In One Plugin

How to increase size All In One Plugin in WordPress By Code Edit

  1. Download Visual Code Studio for PHP File Editing Official Website https://code.visualstudio.com/Download
  2. Go to File Manager or Where you website installed.
  3. Enter Pluging Folder …….\wp-content\plugins\all-in-one-wp-migration\constants.php
  4. constants.php Open This File In Visual Code Editor
  5. Search for the word AI1WM_MAX_FILE_SIZE. Change it’s value, refer below code:
    define( ‘AI1WM_MAX_FILE_SIZE’, 2 << 28 );
    To
    define( ‘AI1WM_MAX_FILE_SIZE’, 536870912 * 5 );

if You Are Want Unlimited File Size Please add Zero after Counting Number Example: 2=20 and 28= 280

  1. Refresh The Website By pressing F5 if Your Using Chrome
    If you even want more than 3 GB then change value from 536870912 * 5 to 536870912 * 10( or any number).
    Don’t forget to update the file.
  2. Now AI1WM_MAX_FILE_SIZE Function Removed by Official Resources Sarvmask For Please Use old Version Plugin 6.7 version is best.

Second Method

  1. Go to Plugin editor from the left menu panel in the admin dashboard.
  2. Top right, Choose All-in-one WP Migration from the dropdown and click select.
  3. Click on constants.php file.
  4. Search for the word AI1WM_MAX_FILE_SIZE. Change it’s value, refer below code:
    define( ‘AI1WM_MAX_FILE_SIZE’, 2 << 28 );
    To
    define( ‘AI1WM_MAX_FILE_SIZE’, 536870912 * 5 );
    If you even want more than 3 GB then change value from 536870912 * 5 to 536870912 * 10( or any number).
    Don’t forget to update the file.
  5. Enjoy the new upload size 
  6. Now AI1WM_MAX_FILE_SIZE Function Removed by Official Resources Sarvmask For Please Use old Version Plugin 6.7 version is best.

How to increase size All In One Plugin in WordPress By Code Edit

  1. Download Visual Code Studio for PHP File Editing Official Website https://code.visualstudio.com/Download
  2. Go to File Manager or Where you website installed.
  3. Enter Pluging Folder …….\wp-content\plugins\all-in-one-wp-migration\constants.php
  4. constants.php Open This File In Visual Code Editor
  5. Search for the word AI1WM_MAX_FILE_SIZE. Change it’s value, refer below code:
    define( ‘AI1WM_MAX_FILE_SIZE’, 2 << 28 );
    To
    define( ‘AI1WM_MAX_FILE_SIZE’, 536870912 * 5 );

if You Are Want Unlimited File Size Please add Zero after Counting Number Example: 2=20 and 28= 280

  1. Refresh The Website By pressing F5 if Your Using Chrome
    If you even want more than 3 GB then change value from 536870912 * 5 to 536870912 * 10( or any number).
    Don’t forget to update the file.
  2. Now AI1WM_MAX_FILE_SIZE Function Removed by Official Resources Sarvmask For Please Use old Version Plugin 6.7 version is best.

Second Method

  1. Go to Plugin editor from the left menu panel in the admin dashboard.
  2. Top right, Choose All-in-one WP Migration from the dropdown and click select.
  3. Click on constants.php file.
  4. Search for the word AI1WM_MAX_FILE_SIZE. Change it’s value, refer below code:
    define( ‘AI1WM_MAX_FILE_SIZE’, 2 << 28 );
    To
    define( ‘AI1WM_MAX_FILE_SIZE’, 536870912 * 5 );
    If you even want more than 3 GB then change value from 536870912 * 5 to 536870912 * 10( or any number).
    Don’t forget to update the file.
  5. Enjoy the new upload size 
  6. Now AI1WM_MAX_FILE_SIZE Function Removed by Official Resources Sarvmask For Please Use old Version Plugin 6.7 version is best.