Wordpress since version 3.2 has been giving some clients issues, to resolve this problem, edit your wp-config.php file and add thie line at the bottom of the config file
/** set temp dir settings for uploads and downloads */
define('WP_TEMP_DIR', ABSPATH . 'wp-content/');
This should resolve these issues for you