You might try putting this in your .htaccess file in the root of your PP directory
php_value upload_max_filesize 4M
Would change the allowed upload to 4Meg (if your host allows this type modification via .htaccess). Might work... might not... what do I know?