|
Correct your php is not set to allow uploads over 2mb
Try this
memory limit 32M
max execution time 0
post max size 20M
max upload size 20M
If you restart your server and php is set to allow large uploads you should then have this work with these changes.
|