I'm experimenting with the Demo and trying to upload 7-10 MB pics. I changed the max upload size to 1,000,000KB - but still getting the error that they are too big.
If you need to have a higher limit you can usually just change that through the php.ini file. Search for post_max_size and change it to post_max_size = xxxM So, post_max_size is the limit for all the content upload of your post. Note that remember to reset httpd server after edit php.ini