I had the uploader problem... everything worked fine and the images uploaded into the upload folder BUT couldnt get images into posts. These 2 items fixed the problem:
1) htacces in website-root should contain:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
2) chmod settings for uploads folder set at: 755
Cheers