Hi
Could you check with your hosting provider for this temporary folder? Make sure that it's writable with permissions of 755
Also check whether php.ini or .htaccess file exist in your site's root directory and check these lines:
upload_tmp_dir = /home/YOUR_CPANEL_USERNAME/tmp
php_value upload_tmp_dir /home/YOUR_CPANEL_USERNAME/tmp
and update to correct path.
Regards