The file you uploaded was sent from your browser to the webserver into this folder+filename, based on the configuration of your webserver's PHP settings:
/var/tmp/phpZ5kIn8
However, it appears that your webserver's PHP configuration also prevents you from having PHP move the file from its temporary upload location into your webroot area where your main site files are located:
/usr/home/****
Unless you are the sysadmin of the server, there is nothing "you" can do yourself about this.
You will have to have your hosting company correct their PHP configuration by either:
- change the PHP upload_tmp_dir path to the /tmp folder
or
- change the open_basedir restrictions to allow access to the /var/tmp folder




