|
You get that message because there is nothing to process and you are correct it is a server config issue.
Most any server the PHP max file upload allowed is 2mb. You would need to php.ini on your server and increase the maximum filesize allowed to say 8M from 2M.
|