2👍
This problem should be the Upload limit on Web server, try to increase it.
If you are using NGinx, add client_max_body_size 35m;
at http block or change the value if exists.
Maybe you can increase using a .htaccess file on Apache Web Server.
Source:stackexchange.com