07-02-2017, 03:26 PM
This works, although the line # is now 249 and there is no *8, just put *30)
(12-14-2015 11:17 AM)fire2000 Wrote: [ -> ](12-14-2015 10:48 AM)chicercatrova Wrote: [ -> ]There is a new version of the plugin. Can You have the new version 4.14?
https://downloads.wordpress.org/plugin/a...n.4.14.zip
Edit (constants.php) and go to line 206
Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*8 );
change it to
Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*30 );
this will increase the max size to 15GB