Try adding a
.htaccess in the folder where you are uploading containing this text:
Code:
php_value memory_limit "32M"
php_value post_max_size "24M"
php_value upload_max_filesize "18M"
I have included such a file, rename it to
.htaccess and place it in the folder where you are trying to upload into.