I\'m running WP 3.0.1 on a shared host using PHP5. I\'m having issues uploading files that are a little larger via the media uploader in the admin section of WP.
Eve
Put this line in your wp-config file:
define('WP_MEMORY_LIMIT', '64M');