I have my WordPress at Servage.net and found out today that for me Firefox is the problem. When using Safari I have no problems with WPAU at all.
I had problems with editing the php.ini file because with most webhosts it is globally and inaccessable for us and you still would have to add a line in .htaccess anyway. But I found an easier way if you have access to the .htaccess file in your www folder. Just include the following 2 lines in .htaccess:
php_value upload_max_filesize 20M
php_value post_max_size 20M
For changing the memory limit add/edit this in .htaccess:
php_value memory_limit 20M
And of course change the 20 to anything you need.
There is an easier way.
Just add these 2 lines to .htaccess:
php_value upload_max_filesize 100M
php_value post_max_size 100M
And of course feel free to change the “100” to anything you need.
okpeery,
Did you activate the Adsense plugin in the Plugin menu?
Matthias