Greetings,
This issue is related with PHP configuration "upload max file size"
Edit the file .htaccess in your site root and add the following lines:
php_value upload_max_filesize XXm
php_value post_max_size XXm
Where XX is the file size.
Best regards,
Bruno Miguel