You may be able to put the following in a .htaccess file in the web
root (it depends on how the server has been set up). The first two
lines correct an issue with SWFUpload an Apache's mod_security which
ISP's sometimes install.
SecFilterEngine Off
SecFilterScanPOST Off
php_value memory_limit 200M
php_value post_max_size 100M
php_value upload_max_filesize 100M
Dan