Security Learning Mode

When dealing with files uploaded through HTTP, PHP stores references to them in the $_FILES superglobal array. These files must be processed or moved from their temporary location during the lifetime of the PHP script execution or they will be automatically deleted. What should be done to ensure that, when performing manipulations on a file uploaded from HTTP, the file being accessed is indeed the correct file? (Choose 2)