I found the source of the problem uploading images to my site. The source came from HostGator caused by Attracta SEO. It had placed a file on my website called .fastinclude. After finding it I deleted the file and now I can upload images.
I know I’m not the only one that is having this problem so this should help a lot of people. I have email Hostgator so they can fix the problem.
Thank all of you for your help.
Here is the script.
<!-- Begin Attracta Include 2012-10-04 17:32 -->
<script type='text/javascript'>
function attracta_loadjs(url) {
(function() {
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = url;
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
})();
}
function attracta_shouldrun() {
var v = ["/admin/","/adm/","/wp-admin/","/administrator/"];
for (x in v) if(window.location.pathname.indexOf(v[x]) == 0) return false;
return true;
}
function attracta_window_width() {
if (document.body && document.body.offsetWidth) return document.body.offsetWidth;
if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetWidth ) return document.documentElement.offsetWidth;
if (window.innerWidth) return window.innerWidth;
return 0;
}
function attracta_window_height() {
if (document.body && document.body.offsetHeight) return document.body.offsetHeight;
if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetHeight ) return document.documentElement.offsetHeight;
if (window.innerHeight) return window.innerHeight;
return 0;
}
</script>