To best way to increase your max upload size on your website is to edit the .htaccess file and add the following lines:
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value memory_limit 256M
php_value max_execution_time 300
php_value max_input_time 300
These values can be changed as needed.
To access the file, get on your root folder, open any file and change the last letters in the address to .htaccess.
Thank you,
KBFLEX