The image uploads fine and everything, but when you hit insert into post it goes to a blank screen wp-admin/media-upload.php?type=image&tab=type&post_id=0 I'm using wpmu 2.9.2 and it isn't a browser issue. I checked the php error logs and the error I am getting is: My .htaccess is I am using godaddy hosting.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>