Using the .htaccess file you can edit the maximum size allowed for file uploading to your server.  Obviously you do not want to pick something ridiculous but when your upload size is as small as say 2MB you might want to change that.

Edit you .htaccess file and add this code snippet:

php_value upload_max_filesize 50M

« »