I keep getting this error when trying to configure the upload directory with Apache 2.2 and PHP 5.3 on CentOS.
In php.ini:
upload_tmp_dir = /var/www/ht
Try this
find /var/www/html/mysite/images/ -type f -print0 | xargs -0 chmod -v 664