Hi All,
I was having the same issue, but I found if you add in the following line to your wp-config.php file it works:
define('WP_TEMP_DIR',ABSPATH.'wp-content/uploads/');
I've placed this line just under where ABSPATH is defined in wp-config.php here (about the second line from the bottom of...